r103042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103041‎ | r103042 | r103043 >
Date:21:44, 14 November 2011
Author:purodha
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Translate/Groups.php (modified) (history)
  • /trunk/extensions/Translate/Translate.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.i18n.php
@@ -249,7 +249,7 @@
250250 'translate-mgs-submit' => 'Show statistics',
251251 'translate-mgs-column-language' => 'Language',
252252 'translate-mgs-totals' => 'All languages together',
253 - 'translate-mgs-invalid-group' => 'The specified group $1 does on exist.',
 253+ 'translate-mgs-invalid-group' => 'The specified group $1 does not exist.',
254254 'translate-mgs-nothing' => 'Nothing to show for requested statistics.',
255255
256256 # Special:SupportedLanguages
Index: trunk/extensions/Translate/Groups.php
@@ -12,9 +12,9 @@
1313 * Interface for message groups.
1414 *
1515 * Message groups are the heart of the Translate extension. They encapsulate
16 - * a set of messages. Aside from basic information like id, label and
 16+ * a set of messages each. Aside from basic information like id, label and
1717 * description, the class defines which mangler, message checker and file
18 - * system support (FFS), if any, the group uses. Usually this is only thin
 18+ * system support (FFS), if any, the group uses. Usually this is only a thin
1919 * wrapper over message configuration files.
2020 */
2121 interface MessageGroup {

Status & tagging log