Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -249,7 +249,7 @@ |
250 | 250 | 'translate-mgs-submit' => 'Show statistics', |
251 | 251 | 'translate-mgs-column-language' => 'Language', |
252 | 252 | '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.', |
254 | 254 | 'translate-mgs-nothing' => 'Nothing to show for requested statistics.', |
255 | 255 | |
256 | 256 | # Special:SupportedLanguages |
Index: trunk/extensions/Translate/Groups.php |
— | — | @@ -12,9 +12,9 @@ |
13 | 13 | * Interface for message groups. |
14 | 14 | * |
15 | 15 | * 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 |
17 | 17 | * 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 |
19 | 19 | * wrapper over message configuration files. |
20 | 20 | */ |
21 | 21 | interface MessageGroup { |