mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 17:40:11 +00:00
API: Split description messages into summary + additional text
See MediaWiki core patch I778bab2b Change-Id: I162422fd695b913f80ea85f5df483f5648ea2c8c
This commit is contained in:
parent
66152162fe
commit
a6ef80759d
|
@ -13,5 +13,6 @@
|
|||
"fancycaptcha-sendemail": "To protect the wiki against automated spamming, we kindly ask you to enter the words that appear below in the box ([[Special:Captcha/help|more info]]):",
|
||||
"fancycaptcha-reload-text": "Refresh",
|
||||
"apihelp-fancycaptchareload-description": "Get a new FancyCaptcha.",
|
||||
"apihelp-fancycaptchareload-summary": "Get a new FancyCaptcha.",
|
||||
"apihelp-fancycaptchareload-example-1": "Get a new FancyCaptcha"
|
||||
}
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
"fancycaptcha-sendemail": "{{Related|ConfirmEdit-sendemail}}",
|
||||
"fancycaptcha-reload-text": "Prompts a click to get a new FancyCaptcha image.\n{{Identical|Refresh}}",
|
||||
"apihelp-fancycaptchareload-description": "{{doc-apihelp-description|fancycaptchareload}}",
|
||||
"apihelp-fancycaptchareload-summary": "{{doc-apihelp-summary|fancycaptchareload}}",
|
||||
"apihelp-fancycaptchareload-example-1": "{{doc-apihelp-example|fancycaptchareload}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue