r86107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86106‎ | r86107 | r86108 >
Date:07:30, 15 April 2011
Author:siebrand
Status:ok
Tags:
Comment:
Tweak messages.
Modified paths:
  • /trunk/extensions/EmailCapture/EmailCapture.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EmailCapture/EmailCapture.i18n.php
@@ -12,20 +12,21 @@
1313 * @author Trevor Parscal
1414 */
1515 $messages['en'] = array(
16 - 'emailcapture' => 'E-mail Capture',
 16+ 'emailcapture' => 'E-mail address capture',
1717 'emailcapture-desc' => 'Capture e-mail addresses, and allow users to verify them through e-mail',
1818 'emailcapture-failure' => "Your e-mail was '''not''' verified.",
19 - 'emailcapture-response-subject' => '{{SITENAME}} E-mail Verification',
 19+ 'emailcapture-response-subject' => '{{SITENAME}} e-mail address verification',
2020 'emailcapture-response-body' => 'To verify your e-mail address, following this link:
21 - $1
 21+$1
2222
2323 You can also visit:
24 - $2
 24+$2
 25+
2526 and enter the following verification code:
26 - $3
 27+$3
2728
2829 Thank you for verifying your e-mail address.',
29 - 'emailcapture-success' => 'Your e-mail was successfully verified.',
 30+ 'emailcapture-success' => 'Your e-mail address was successfully verified.',
3031 'emailcapture-instructions' => 'To verify your e-mail address, enter the code that was emailed to you and click verify.',
3132 'emailcapture-verify' => 'Verification code:',
3233 'emailcapture-submit' => 'Verify e-mail address',

Status & tagging log