Merge branch 'patch-27' into 'dev'
Update Lang.php See merge request Kostikov/core!5
This commit is contained in:
commit
973afe042a
@ -14,7 +14,7 @@ class Lang extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>Language App (Not Installed):</b><br>';
|
$o = '<b>' . t('Language App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('Change UI language');
|
$o .= t('Change UI language');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user