Run more unstranslated Strings through _()

This commit is contained in:
Lucas Bickel 2017-03-24 13:32:15 +01:00
parent eda331c4b2
commit ee81a73817
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class Application_Common_Timezone
'UTC' => DateTimeZone::UTC
);
$tzlist = array(NULL => "Use station default");
$tzlist = array(NULL => _("Use station default"));
foreach ($regions as $name => $mask) {
$ids = DateTimeZone::listIdentifiers($mask);