From fc4f0880865cda384087b666a24909d5ed111ce9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 26 Apr 2011 12:52:08 -0400 Subject: [PATCH] Separate tab/window for the page explaining how to contribute to translations --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.php b/main.php index a669480cec..96f3e01eef 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 contributing.', E_USER_NOTICE); + trigger_error('You are using an incomplete translation, please help to make it better by contributing.', E_USER_NOTICE); } } -- 2.11.4.GIT