Use correct message for account creation

Bug: T137963
Change-Id: I6f053e50a24b4387266c2b9e656fc2dff6c70f45
This commit is contained in:
Raymond 2016-06-16 16:06:35 +02:00 committed by Siebrand
parent 43de68a773
commit 181ca0ea8f
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ use MediaWiki\Auth\AuthManager;
class FancyCaptcha extends SimpleCaptcha {
// used for fancycaptcha-edit, fancycaptcha-addurl, fancycaptcha-badlogin,
// fancycaptcha-createaccount, fancycaptcha-create, fancycaptcha-sendemail via getMessage()
// fancycaptcha-accountcreate, fancycaptcha-create, fancycaptcha-sendemail via getMessage()
protected static $messagePrefix = 'fancycaptcha-';
/**

View file

@ -6,7 +6,7 @@
"fancycaptcha-addurl": "Your edit includes new external links.\nTo protect the wiki against automated spam, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-badlogin": "To protect the wiki against automated password cracking, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-captcha": "Security check",
"fancycaptcha-createaccount": "To protect the wiki against automated account creation, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-accountcreate": "To protect the wiki against automated account creation, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-create": "To create the page, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-edit": "To edit this page, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
"fancycaptcha-imgcaptcha-ph": "Enter the text you see on the image",

View file

@ -11,7 +11,7 @@
"fancycaptcha-addurl": "{{Related|ConfirmEdit-addurl}}",
"fancycaptcha-badlogin": "{{Related|ConfirmEdit-badlogin}}",
"fancycaptcha-captcha": "Brief label for image CAPTCHA input field",
"fancycaptcha-createaccount": "{{Related|ConfirmEdit-createaccount}}",
"fancycaptcha-accountcreate": "{{Related|ConfirmEdit-createaccount}}",
"fancycaptcha-create": "{{Related|ConfirmEdit-create}}",
"fancycaptcha-edit": "{{Related|ConfirmEdit-edit}}",
"fancycaptcha-imgcaptcha-ph": "Placeholder text for image CAPTCHA input field.",