Fixed escaping in error message asking for translations

This commit is contained in:
Michal Čihař 2013-07-30 10:17:32 +02:00
parent da4042fb6c
commit 4da684e7b6

View File

@ -560,7 +560,7 @@ if (file_exists('libraries/language_stats.inc.php')) {
&& $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold']
) {
trigger_error(
'You are using an incomplete translation, please help to make it better by <a href="http://www.phpmyadmin.net/home_page/improve.php#translate" target="_blank">contributing</a>.',
'You are using an incomplete translation, please help to make it better by [a@http://www.phpmyadmin.net/home_page/improve.php#translate@_blank]contributing[/a].',
E_USER_NOTICE
);
}