Index: trunk/extensions/MarkAsHelpful/MarkAsHelpful.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | 'markashelpful-desc' => 'Provides a user interface to mark comments as helpful', |
17 | 17 | 'mah-mark-text' => 'Mark as helpful', |
18 | 18 | 'mah-you-marked-text' => 'You think this is helpful', |
19 | | - 'mah-someone-marked-text' => '{{GENDER:$1|$1}} thinks this is helpful', |
| 19 | + 'mah-someone-marked-text' => '{{GENDER:$1|$1 thinks this is helpful}}', |
20 | 20 | 'mah-undo-mark-text' => 'undo', |
21 | 21 | 'mah-action-error' => 'There was an error performing this action', |
22 | 22 | ); |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | This is a feature in development. See [[mw:MarkAsHelpful]] for background information.', |
30 | 30 | 'mah-mark-text' => 'Text to prompt the user to mark this item as helpful', |
31 | 31 | 'mah-you-marked-text' => 'Text displayed to the logged in user if they mark an item helpful', |
32 | | - 'mah-someone-marked-text' => 'Text displayed as to who marked this is helpful, shown if not the user who marked {$1 is the username}', |
| 32 | + 'mah-someone-marked-text' => '$1 is the username that can be used for GENDER. $1 displays username who marked as helpful', |
33 | 33 | 'mah-undo-mark-text' => 'Text for the the undo mark link', |
34 | 34 | 'mah-action-error' => 'Generic error message', |
35 | 35 | ); |