From a5496bcd7569dcfb7e8335763d5f1e45e9ed011e Mon Sep 17 00:00:00 2001 From: Siebrand Date: Mon, 28 Sep 2015 09:42:39 +0000 Subject: [PATCH] Revert "Update namemsg to convention" My bad... skinname- is used in core to get the skin name. This reverts commit ac0d123ba8a2d38be4ca48a52ca993e65f4fab27. Change-Id: I3c7780f9f08081238744fde094804ea8f5dd191a --- i18n/en.json | 2 +- i18n/qqq.json | 2 +- skin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 0cfb7a4..949218e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2,7 +2,7 @@ "@metadata": { "authors": [] }, - "vector-skinname": "Vector", + "skinname-vector": "Vector", "vector-skin-desc": "Modern version of MonoBook with fresh look and many usability improvements", "vector.css": "/* CSS placed here will affect users of the Vector skin */", "vector.js": "/* Any JavaScript here will be loaded for users using the Vector skin */", diff --git a/i18n/qqq.json b/i18n/qqq.json index 552d062..25b9433 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -10,7 +10,7 @@ "Liuxinyu970226" ] }, - "vector-skinname": "{{optional}}", + "skinname-vector": "{{optional}}", "vector-skin-desc": "{{desc|what=skin|name=Vector|url=https://www.mediawiki.org/wiki/Skin:Vector}}", "vector.css": "{{optional}}", "vector.js": "{{optional}}", diff --git a/skin.json b/skin.json index 8cf26fd..cbd5912 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,5 @@ { "name": "Vector", - "namemsg": "vector-skinname", "author": [ "Trevor Parscal", "Roan Kattouw", @@ -8,6 +7,7 @@ ], "url": "https://www.mediawiki.org/wiki/Skin:Vector", "descriptionmsg": "vector-skin-desc", + "namemsg": "skinname-vector", "license-name": "GPL-2.0+", "type": "skin", "requires": {