Update Lang.php

This commit is contained in:
Max Kostikov 2018-09-28 15:34:45 +02:00
parent 27fef98a39
commit e2115e8ea5

View File

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