Vector: Rename description message: vector-desc → vector-skin-desc
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jun 2014 16:48:29 +0000 (18:48 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jun 2014 16:48:29 +0000 (18:48 +0200)
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

skins/Vector/Vector.php
skins/Vector/i18n/en.json

index fae4663..be8719a 100644 (file)
@@ -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+',
index 6742f2a..949218e 100644 (file)
@@ -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",