Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -648,8 +648,8 @@ |
649 | 649 | * |
650 | 650 | * Be wary of this distinction: If you use wfMsg() where you should |
651 | 651 | * use wfMsgForContent(), a user of the software may have to |
652 | | - * customize over 70 messages in order to, e.g., fix a link in every |
653 | | - * possible language. |
| 652 | + * customize potentially hundreds of messages in |
| 653 | + * order to, e.g., fix a link in every possible language. |
654 | 654 | * |
655 | 655 | * @param $key String: lookup key for the message, usually |
656 | 656 | * defined in languages/Language.php |