r40695 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40694‎ | r40695 | r40696 >
Date:09:58, 10 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Update docu
Modified paths:
  • /trunk/extensions/Translate/MessageChecks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageChecks.php
@@ -298,8 +298,8 @@
299299 }
300300
301301 /**
302 - * Checks for messages not containing vars %XX% that are in the
303 - * source message.
 302+ * Checks for translations not containing vars %xx% that are in the
 303+ * definition.
304304 *
305305 * @param $message Instance of TMessage.
306306 * @return True if namespace has been tampered with.
@@ -324,8 +324,8 @@
325325 }
326326
327327 /**
328 - * Checks for messages containing vars %XX% that are not in the
329 - * source message.
 328+ * Checks for translations containing vars %xx% that are not in the
 329+ * definition.
330330 *
331331 * @param $message Instance of TMessage.
332332 * @return True if namespace has been tampered with.
@@ -348,8 +348,8 @@
349349 }
350350
351351 /**
352 - * Checks for messages not containing vars %d or %s that are in the
353 - * source message.
 352+ * Checks for translations not containing vars %d or %s that are in the
 353+ * definition.
354354 *
355355 * @param $message Instance of TMessage.
356356 * @return True if namespace has been tampered with.
@@ -374,8 +374,8 @@
375375 }
376376
377377 /**
378 - * Checks for messages containing vars %d or %s that are not in the
379 - * source message.
 378+ * Checks for translations containing vars %d or %s that are not in the
 379+ * definition.
380380 *
381381 * @param $message Instance of TMessage.
382382 * @return True if namespace has been tampered with.