From 53cf98d34c3b60c3fde6c6d13743b7b59d2ca4b9 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Wed, 6 Apr 2011 09:49:27 +0200 Subject: [PATCH] Better message for incomplete translation. --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.php b/main.php index 7a912429f..c29a508c6 100644 --- a/main.php +++ b/main.php @@ -367,7 +367,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 translation which is not complete, you are welcome to contribute to it.', E_USER_NOTICE); + trigger_error('You are using an incomplete translation, please help to make it better by contributing.', E_USER_NOTICE); } }