From: Siebrand Mazeland Date: Fri, 23 Apr 2010 20:35:25 +0000 (+0000) Subject: Tweak comment X-Git-Tag: 1.31.0-rc.0~37028 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=e77b3f716101cfb3801d7924378011706b24eb36;p=lhc%2Fweb%2Fwiklou.git Tweak comment --- 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