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

Change subject: Update namemsg to convention
......................................................................


Update namemsg to convention

Bug: T113632
Change-Id: I86323ac69d420927c852eb9197fba3d589e73f1b
---
M Slate.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/Slate.php b/Slate.php
index e1c5db0..31b369c 100644
--- a/Slate.php
+++ b/Slate.php
@@ -25,7 +25,7 @@
 $GLOBALS['wgExtensionCredits']['skin'][] = array(
        'path' => __FILE__,
        'name' => 'Slate',
-       'namemsg' => 'skinname-slate',
+       'namemsg' => 'slate-skinname',
        'descriptionmsg' => 'slate-skin-desc',
        'url' => 'https://www.mediawiki.org/wiki/Skin:Slate',
        'author' => array( 'Trevor Parscal', 'Roan Kattouw', '...' ),
diff --git a/i18n/en.json b/i18n/en.json
index 243f48b..6bb67e2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,7 +2,7 @@
        "@metadata": {
                "authors": []
        },
-       "skinname-slate": "Slate",
+       "slate-skinname": "Slate",
        "slate-skin-desc": "Modern version of MonoBook with fresh look and many 
usability improvements",
        "slate.css": "/* CSS placed here will affect users of the Slate skin 
*/",
        "slate.js": "/* Any JavaScript here will be loaded for users using the 
Slate skin */",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 4bc78e1..9ce585d 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -10,7 +10,7 @@
                        "Liuxinyu970226"
                ]
        },
-       "skinname-slate": "{{optional}}",
+       "slate-skinname": "{{optional}}",
        "slate-skin-desc": 
"{{desc|what=skin|name=Slate|url=https://www.mediawiki.org/wiki/Skin:Slate}}";,
        "slate.css": "{{optional}}",
        "slate.js": "{{optional}}",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I86323ac69d420927c852eb9197fba3d589e73f1b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Slate
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to