CC-1960: Internationalize Airtime / Support translations

-unlocalized some strings
This commit is contained in:
denise 2012-11-27 12:33:43 -05:00
parent c4062f7770
commit 42d535a922
2 changed files with 2 additions and 2 deletions

View file

@ -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;