From 042fb3b2444c738613827586443a5c8fbc56891b Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sun, 20 Aug 2006 11:35:05 +0000 Subject: [PATCH] Fix. --- maintenance/checkLanguage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/checkLanguage.php b/maintenance/checkLanguage.php index 92abc0786c..2f8d23ad0a 100644 --- a/maintenance/checkLanguage.php +++ b/maintenance/checkLanguage.php @@ -93,7 +93,7 @@ if ( isset( $options['help'] ) ) { echo "\t* links: Link the message values (default off).\n"; echo "\t* whitelist: Make only the following checks (form: code,code).\n"; echo "\t* blacklist: Don't make the following checks (form: code,code).\n"; - echo "\t* duplicate: Check for messages which are translated the same to English (default off).\n"; + echo "\t* duplicate: Additionally check for messages which are translated the same to English (default off).\n"; echo "Check codes (ideally, should be zero; all the checks are executed by default):\n"; echo "\t* untranslated: Messages which are translatable, but not translated.\n"; echo "\t* obsolete: Messages which are untranslatable, but translated.\n"; -- 2.20.1