r107400 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107399‎ | r107400 | r107401 >
Date:18:09, 27 December 2011
Author:rmoen
Status:ok
Tags:
Comment:
updated gender support for who marked as helpful. follow up to r107081
Modified paths:
  • /trunk/extensions/MarkAsHelpful/MarkAsHelpful.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MarkAsHelpful/MarkAsHelpful.i18n.php
@@ -15,7 +15,7 @@
1616 'markashelpful-desc' => 'Provides a user interface to mark comments as helpful',
1717 'mah-mark-text' => 'Mark as helpful',
1818 '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}}',
2020 'mah-undo-mark-text' => 'undo',
2121 'mah-action-error' => 'There was an error performing this action',
2222 );
@@ -28,7 +28,7 @@
2929 This is a feature in development. See [[mw:MarkAsHelpful]] for background information.',
3030 'mah-mark-text' => 'Text to prompt the user to mark this item as helpful',
3131 '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',
3333 'mah-undo-mark-text' => 'Text for the the undo mark link',
3434 'mah-action-error' => 'Generic error message',
3535 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107081added gender support for x thinks this helpful. follow up r106743rmoen18:10, 22 December 2011

Status & tagging log