r106106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106105‎ | r106106 | r106107 >
Date:21:46, 13 December 2011
Author:bsitu
Status:ok (Comments)
Tags:
Comment:
followup to -r106078 - Fix the language file for email
Modified paths:
  • /trunk/extensions/MoodBar/MoodBar.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/MoodBar.i18n.php
@@ -161,9 +161,13 @@
162162 'response-ajax-error-body' => 'There was an error adding your response. <br />Please try again later.',
163163 //Email notification
164164 'moodbar-enotif-subject' => '$1 replied to your feedback',
165 - 'moodbar-enotif-text-body-user-response-message' => '$1 replied to your feedback, see the response: $2',
166 - 'moodbar-enotif-html-body-user-response-message' => '[$1 $2] replied to your feedback, see the [$3 response] for more detail',
167 - 'moodbar-enotif-body-user-response-title' => 'User response:'
 165+ 'moodbar-enotif-text-body-header' => '$1 responded to your feedback: $2',
 166+ 'moodbar-enotif-html-body-header' => '[$1 $2] responded to your [$3 feedback]',
 167+ 'moodbar-enotif-body-copy-text' => 'View this message on your talk page
 168+
 169+What is a talk page?
 170+
 171+Your talk page is where other Wikipedia editors communicate with you by leaving messages. Wikipedia editors use talk pages to discuss issues, provide help, notify people of what’s happening in the community, express thanks. They also use talk pages just to say hi.',
168172 );
169173
170174 /** Message documentation (Message documentation)
@@ -298,8 +302,9 @@
299303 'response-ajax-error-head' => 'Text for ajax status heading on error',
300304 'response-ajax-error-body' => 'Text for ajax status body on error (can be html)',
301305 'moodbar-enotif-subject' => 'Feedback response email subject',
302 - 'moodbar-enotif-text-body-user-response-message' => 'The text version response message, $1 is the user name, $2 is the link to the response',
303 - 'moodbar-enotif-html-body-user-response-message' => 'The html version response message, $1 is the the user page link, $2 is user name, $3 is the link to response',
 306+ 'moodbar-enotif-text-body-header' => 'The text version email header, $1 is the user name, $2 is the link to the feedback',
 307+ 'moodbar-enotif-html-body-header' => 'The html version email header, $1 is the the user talk page link, $2 is user name, $3 is the link to feedback',
 308+ 'moodbar-enotif-body-copy-text' => 'Email copy text',
304309 );
305310
306311 /** Afrikaans (Afrikaans)

Follow-up revisions

RevisionCommit summaryAuthorDate
r106152followup to -r106106 - change "replied to" to "responded to" for email subjec...bsitu01:15, 14 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106078followup to r105969 - removed ?> from php files and updated response email wi...bsitu20:17, 13 December 2011

Comments

#Comment by SPQRobin (talk | contribs)   00:20, 14 December 2011

'moodbar-enotif-subject' contains 'replied to', while the new messages contain 'responded to'. It may be good to use consistent terms within MoodBar.

Status & tagging log