diff --git a/FancyCaptcha/FancyCaptcha.class.php b/FancyCaptcha/FancyCaptcha.class.php index 92aa3ee3..2711e044 100644 --- a/FancyCaptcha/FancyCaptcha.class.php +++ b/FancyCaptcha/FancyCaptcha.class.php @@ -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-'; /** diff --git a/FancyCaptcha/i18n/en.json b/FancyCaptcha/i18n/en.json index 445213b3..20975e8c 100644 --- a/FancyCaptcha/i18n/en.json +++ b/FancyCaptcha/i18n/en.json @@ -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", diff --git a/FancyCaptcha/i18n/qqq.json b/FancyCaptcha/i18n/qqq.json index b2a00da4..947694fe 100644 --- a/FancyCaptcha/i18n/qqq.json +++ b/FancyCaptcha/i18n/qqq.json @@ -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.",