jenkins-bot has submitted this change and it was merged.

Change subject: Link to help documentation on global CSS/JS page edit notice
......................................................................


Link to help documentation on global CSS/JS page edit notice

Also removes label from global.(js|css) message as wikitext does not
get parsed on JS/CSS pages.

Follow up to If9258b2a14061c
Bug: T110516

Change-Id: I5f0823a7d863170d73f53f200adc0238f856b98c
---
M i18n/central/en.json
M i18n/core/en.json
2 files changed, 5 insertions(+), 2 deletions(-)

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



diff --git a/i18n/central/en.json b/i18n/central/en.json
index 9458f49..d2cba46 100644
--- a/i18n/central/en.json
+++ b/i18n/central/en.json
@@ -4,6 +4,6 @@
                        "Kunal Mehta"
                ]
        },
-       "global.js": "/* Any JavaScript here will be loaded for all users on 
all wikis on every page load ([[:mw:Help:Extension:GlobalCssJs|help]]). */",
-       "global.css": "/* Any CSS here will be loaded for all users on on all 
wikis every page load ([[:mw:Help:Extension:GlobalCssJs|help]]). */"
+       "global.js": "/* Any JavaScript here will be loaded for all users on 
all wikis on every page load. See 
<https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:GlobalCssJs> 
*/",
+       "global.css": "/* Any CSS here will be loaded for all users on on all 
wikis every page load. See 
<https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:GlobalCssJs> 
*/"
 }
diff --git a/i18n/core/en.json b/i18n/core/en.json
index 5b7c587..70f359b 100644
--- a/i18n/core/en.json
+++ b/i18n/core/en.json
@@ -10,6 +10,9 @@
        "globalcssjs-warning-js": "Any JavaScript added to this page will be 
loaded on all wikis where you have an account.",
        "globalcssjs-warning-css": "Any CSS added to this page will be loaded 
on all wikis where you have an account.",
        "globalcssjs-custom-css-js": "Shared CSS/JavaScript for all wikis 
([[:mw:Special:MyLanguage/Help:Extension:GlobalCssJs|more information]]):",
+       "globalcssjs-warning-js": "Any JavaScript added to this page will be 
loaded on all wikis where you have an account (see 
[[mw:Help:Extension:GlobalCssJs|documentation]]).",
+       "globalcssjs-warning-css": "Any CSS added to this page will be loaded 
on all wikis where you have an account (see 
[[mw:Help:Extension:GlobalCssJs|documentation]]).",
+       "globalcssjs-custom-css-js": "Shared CSS/JavaScript for all wikis:",
        "globalcssjs-custom-js": "Custom JavaScript",
        "globalcssjs-custom-css": "Custom CSS",
        "globalcssjs-delete-css": "Deleting CSS page on user request due to 
deployment of [[mw:Help:Extension:GlobalCssJs]]",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5f0823a7d863170d73f53f200adc0238f856b98c
Gerrit-PatchSet: 9
Gerrit-Project: mediawiki/extensions/GlobalCssJs
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <strig...@gmail.com>
Gerrit-Reviewer: Glaisher <glaisher.w...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: MarcoAurelio <strig...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
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