Update Lang.php
This commit is contained in:
parent
f07a4667b6
commit
accb211280
@ -14,7 +14,7 @@ class Lang extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>' . t('Language App (Not Installed):') . '</b><br>';
|
||||
$o = '<b>' . t('Language App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||
$o .= t('Change UI language');
|
||||
return $o;
|
||||
}
|
||||
|
Reference in New Issue
Block a user