The branch, master has been updated via fc4f0880865cda384087b666a24909d5ed111ce9 (commit) from 7af7e26cfbf5f225ea4c47d06fe8433889f28211 (commit)
- Log ----------------------------------------------------------------- commit fc4f0880865cda384087b666a24909d5ed111ce9 Author: Marc Delisle marc@infomarc.info Date: Tue Apr 26 12:52:08 2011 -0400
Separate tab/window for the page explaining how to contribute to translations
-----------------------------------------------------------------------
Summary of changes: main.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/main.php b/main.php index a669480..96f3e01 100644 --- a/main.php +++ b/main.php @@ -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); } }
hooks/post-receive