From e77b3f716101cfb3801d7924378011706b24eb36 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 23 Apr 2010 20:35:25 +0000 Subject: [PATCH] Tweak comment --- includes/GlobalFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 90426d463e..833a0e1881 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -648,8 +648,8 @@ function wfMsgNoTrans( $key ) { * * Be wary of this distinction: If you use wfMsg() where you should * use wfMsgForContent(), a user of the software may have to - * customize over 70 messages in order to, e.g., fix a link in every - * possible language. + * customize potentially hundreds of messages in + * order to, e.g., fix a link in every possible language. * * @param $key String: lookup key for the message, usually * defined in languages/Language.php -- 2.20.1