jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/358705 )

Change subject: API: Split description messages into summary + additional text
......................................................................


API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: Id7928d4a80b8a8994b02243d21b11fc6f9eda519
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 5 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



diff --git a/i18n/en.json b/i18n/en.json
index c192e61..1ee84eb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -18,7 +18,9 @@
        "imagetweaks-editor-crop": "Crop",
        "imagetweaks-editor-crop-button": "Crop",
        "imagetweaks-editor-cancel": "Cancel",
-       "apihelp-imagetweaks-description": "Create a derivative image based on 
an image already on the wiki. Note: There is a strong likelihood that you will 
go over the URL length limit with a request to this API module, so you should 
use a POST request instead.",
+       "apihelp-imagetweaks-description": "Create a derivative image based on 
an image already on the wiki.",
+       "apihelp-imagetweaks-extended-description": "Note: There is a strong 
likelihood that you will go over the URL length limit with a request to this 
API module, so you should use a POST request instead.",
+       "apihelp-imagetweaks-summary": "Create a derivative image based on an 
image already on the wiki. Note: There is a strong likelihood that you will go 
over the URL length limit with a request to this API module, so you should use 
a POST request instead.",
        "apihelp-imagetweaks-param-text": "Initial page text for new files.",
        "apihelp-imagetweaks-param-comment": "Upload comment. Also used as the 
initial page text for new files if <var>$1text</var> is not specified.",
        "apihelp-imagetweaks-param-file": "File contents.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 21c9fac..1579274 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -22,6 +22,8 @@
        "imagetweaks-editor-crop-button": "Finishes a crop in the image 
editor.\n{{Identical|Crop}}",
        "imagetweaks-editor-cancel": "Cancels an interactive editing action, 
like cropping.\n{{Identical|Cancel}}",
        "apihelp-imagetweaks-description": 
"{{doc-apihelp-description|imagetweaks}}",
+       "apihelp-imagetweaks-extended-description": 
"{{doc-apihelp-extended-description|imagetweaks}}",
+       "apihelp-imagetweaks-summary": "{{doc-apihelp-summary|imagetweaks}}",
        "apihelp-imagetweaks-param-text": 
"{{doc-apihelp-param|imagetweaks|text}}",
        "apihelp-imagetweaks-param-comment": 
"{{doc-apihelp-param|imagetweaks|comment}}",
        "apihelp-imagetweaks-param-file": 
"{{doc-apihelp-param|imagetweaks|file}}",

-- 
To view, visit https://gerrit.wikimedia.org/r/358705
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id7928d4a80b8a8994b02243d21b11fc6f9eda519
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ImageTweaks
Gerrit-Branch: master
Gerrit-Owner: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Prtksxna <psax...@wikimedia.org>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to