Separate tab/window for the page explaining how to contribute to translations

This commit is contained in:
Marc Delisle
2011-04-26 12:52:08 -04:00
parent 7af7e26cfb
commit fc4f088086

View File

@@ -351,7 +351,7 @@ if (file_exists('./libraries/language_stats.inc.php')) {
* speaking users.
*/
if (isset($GLOBALS['language_stats'][$lang]) && $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">contributing</a>.', E_USER_NOTICE);
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>.', E_USER_NOTICE);
}
}