r81557 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81556‎ | r81557 | r81558 >
Date:08:49, 5 February 2011
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r81552: Remove . at end of desc message for consistency
Captcha -> CAPTCHA because it is an acronym.
Modified paths:
  • /trunk/extensions/ConfirmEdit/ConfirmEdit.i18n.php (modified) (history)
  • /trunk/extensions/ConfirmEdit/FancyCaptcha.i18n.php (modified) (history)
  • /trunk/extensions/ConfirmEdit/QuestyCaptcha.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmEdit/QuestyCaptcha.i18n.php
@@ -11,7 +11,7 @@
1212
1313 /** English */
1414 $messages['en'] = array(
15 - 'questycaptcha-desc' => 'Questy captcha generator for Confirm Edit',
 15+ 'questycaptcha-desc' => 'Questy CAPTCHA generator for Confirm Edit',
1616 'questycaptcha-addurl' => 'Your edit includes new external links.
1717 To help protect against automated spam, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
1818 'questycaptcha-badlogin' => 'To help protect against automated password cracking, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
Index: trunk/extensions/ConfirmEdit/FancyCaptcha.i18n.php
@@ -11,7 +11,7 @@
1212
1313 /** English */
1414 $messages['en'] = array(
15 - 'fancycaptcha-desc' => 'Fancy captcha generator for Confirm Edit',
 15+ 'fancycaptcha-desc' => 'Fancy CAPTCHA generator for Confirm Edit',
1616 'fancycaptcha-addurl' => 'Your edit includes new external links.
1717 To help protect against automated spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
1818 'fancycaptcha-badlogin' => 'To help protect against automated password cracking, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
Index: trunk/extensions/ConfirmEdit/ConfirmEdit.i18n.php
@@ -10,7 +10,7 @@
1111
1212 $messages['en'] = array(
1313 'captcha-edit' => 'To edit this page, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):',
14 - 'captcha-desc' => 'Provides CAPTCHA techniques to protect against spam and password-guessing.',
 14+ 'captcha-desc' => 'Provides CAPTCHA techniques to protect against spam and password-guessing',
1515 'captcha-addurl' => 'Your edit includes new external links.
1616 To help protect against automated spam, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):',
1717 'captcha-badlogin' => 'To help protect against automated password cracking, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):',
@@ -20,7 +20,7 @@
2121 'captcha-sendemail' => 'To help protect against automated spamming, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):',
2222 'captcha-sendemail-fail' => 'Incorrect or missing confirmation code.',
2323 'captcha-disabledinapi' => 'This action requires a captcha, so it cannot be performed through the API.',
24 - 'captchahelp-title' => 'Captcha help',
 24+ 'captchahelp-title' => 'CAPTCHA help',
2525 'captchahelp-cookies-needed' => "You will need to have cookies enabled in your browser for this to work.",
2626 'captchahelp-text' => "Web sites that accept postings from the public, like this wiki, are often abused by spammers who use automated tools to post their links to many sites.
2727 While these spam links can be removed, they are a significant nuisance.
@@ -39,7 +39,7 @@
4040 # * Every non-blank line is a regex fragment which will only match hosts inside URLs
4141 #</pre> <!-- leave this line exactly as it is -->',
4242
43 - 'right-skipcaptcha' => 'Perform captcha triggering actions without having to go through the captcha',
 43+ 'right-skipcaptcha' => 'Perform CAPTCHA triggering actions without having to go through the CAPTCHA',
4444 );
4545
4646 /** Message documentation (Message documentation)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81552Updated English 'captcha-desc' to provide better description of extensionyaron01:23, 5 February 2011

Status & tagging log