tries to translate string correctly, he/she can create msgfmt errors.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9913
7612ce4b-ef26-0410-bec9-
ea0150e637f0
if (file_exists("../help/$squirrelmail_language")) {
$user_language = $squirrelmail_language;
} else if (file_exists('../help/en_US')) {
- echo "<center><font color=\"$color[2]\">";
- printf (_("The help has not been translated to %s. It will be displayed in English instead."), $languages[$squirrelmail_language]['NAME']);
+ echo "<center><font color=\"$color[2]\">"
+ ._("The help has not been translated to selected language. It will be displayed in English instead.");
echo '</font></center><br />';
$user_language = 'en_US';
} else {