From: Bartosz Dziewoński Date: Thu, 26 Jun 2014 16:48:29 +0000 (+0200) Subject: Vector: Rename description message: vector-desc → vector-skin-desc X-Git-Tag: 1.31.0-rc.0~15227^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=f563b0cd655b73e4f28ce95fa20d3a03901a7101;p=lhc%2Fweb%2Fwiklou.git Vector: Rename description message: vector-desc → vector-skin-desc The former was also used by the old Vector extension and the translations now conflict. Intentionally didn't change qqq as it currently contains the docs for the wrong message… I'll fix qqq on translatewiki. Change-Id: Id7bde76b8f663e88672248f6881530ece54b67b1 --- diff --git a/skins/Vector/Vector.php b/skins/Vector/Vector.php index fae4663b84..be8719a89d 100644 --- a/skins/Vector/Vector.php +++ b/skins/Vector/Vector.php @@ -26,7 +26,7 @@ $wgExtensionCredits['skin'][] = array( 'path' => __FILE__, 'name' => 'Vector', 'namemsg' => 'skinname-vector', - 'descriptionmsg' => 'vector-desc', + 'descriptionmsg' => 'vector-skin-desc', 'url' => 'https://www.mediawiki.org/wiki/Skin:Vector', 'author' => array( 'Trevor Parscal', 'Roan Kattouw', '...' ), 'license-name' => 'GPLv2+', diff --git a/skins/Vector/i18n/en.json b/skins/Vector/i18n/en.json index 6742f2a36a..949218e75f 100644 --- a/skins/Vector/i18n/en.json +++ b/skins/Vector/i18n/en.json @@ -3,7 +3,7 @@ "authors": [] }, "skinname-vector": "Vector", - "vector-desc": "Modern version of MonoBook with fresh look and many usability improvements", + "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 */", "vector-action-addsection": "Add topic",