mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
* Add description message for FancyCaptcha
* Optional for fancyCcptcha-desc in Translate
This commit is contained in:
parent
022cdd6383
commit
22250b3e28
|
@ -9,6 +9,7 @@ $messages = array();
|
||||||
|
|
||||||
/** English */
|
/** English */
|
||||||
$messages['en'] = array(
|
$messages['en'] = array(
|
||||||
|
'fancycaptcha-desc' => 'Fancy captcha generator for Confirm Edit',
|
||||||
'fancycaptcha-addurl' => 'Your edit includes new external links.
|
'fancycaptcha-addurl' => 'Your edit includes new external links.
|
||||||
To help protect against automated spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
|
To help protect against automated spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
|
||||||
'fancycaptcha-badlogin' => 'To help protect against automated password cracking, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
|
'fancycaptcha-badlogin' => 'To help protect against automated password cracking, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
|
||||||
|
|
Loading…
Reference in a new issue