CC-1960: Internationalize Airtime / Support translations
-unlocalized some strings
This commit is contained in:
parent
c4062f7770
commit
42d535a922
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
private function getLocales()
|
||||
{
|
||||
$locales = array(
|
||||
'en_CA' => _('English')
|
||||
'en_CA' => 'English'
|
||||
);
|
||||
|
||||
return $locales;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue