Skip to content

Commit

Permalink
get_string() should read stuff from timezones.php
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed Apr 8, 2005
1 parent 9a382a5 commit 9fb7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
asort($presets); // Sort before adding trivial presets because string sorts mess up their order

for($i = -13; $i <= 13; $i += .5) {
$tzstring = get_string('unspecifiedlocation').' / GMT';
$tzstring = get_string('unspecifiedlocation', 'timezones').' / GMT';
if($i < 0) {
$presets["$i"] = $tzstring . $i;
}
Expand Down

0 comments on commit 9fb7ea0

Please sign in to comment.