API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: I162422fd695b913f80ea85f5df483f5648ea2c8c
This commit is contained in:
Brad Jorsch 2017-05-26 15:36:35 -04:00
parent 66152162fe
commit a6ef80759d
2 changed files with 2 additions and 0 deletions

View file

@ -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"
}

View file

@ -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}}"
}