Update Lang.php

This commit is contained in:
Max Kostikov 2018-09-28 19:47:37 +02:00
parent f07a4667b6
commit accb211280

View File

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