Merge branch 'patch-27' into 'dev'

Update Lang.php

See merge request Kostikov/core!5
This commit is contained in:
Max Kostikov 2018-09-28 15:53:14 +02:00
commit 973afe042a

View File

@ -14,7 +14,7 @@ class Lang extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Language App (Not Installed):</b><br>';
$o = '<b>' . t('Language App (Not Installed):') . '</b><br>';
$o .= t('Change UI language');
return $o;
}