Index: trunk/extensions/Translate/MessageChecks.php |
— | — | @@ -298,8 +298,8 @@ |
299 | 299 | } |
300 | 300 | |
301 | 301 | /** |
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. |
304 | 304 | * |
305 | 305 | * @param $message Instance of TMessage. |
306 | 306 | * @return True if namespace has been tampered with. |
— | — | @@ -324,8 +324,8 @@ |
325 | 325 | } |
326 | 326 | |
327 | 327 | /** |
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. |
330 | 330 | * |
331 | 331 | * @param $message Instance of TMessage. |
332 | 332 | * @return True if namespace has been tampered with. |
— | — | @@ -348,8 +348,8 @@ |
349 | 349 | } |
350 | 350 | |
351 | 351 | /** |
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. |
354 | 354 | * |
355 | 355 | * @param $message Instance of TMessage. |
356 | 356 | * @return True if namespace has been tampered with. |
— | — | @@ -374,8 +374,8 @@ |
375 | 375 | } |
376 | 376 | |
377 | 377 | /** |
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. |
380 | 380 | * |
381 | 381 | * @param $message Instance of TMessage. |
382 | 382 | * @return True if namespace has been tampered with. |