Swap german alias order for img_thumbnail and img_manualthumb
authorUmherirrender <umherirrender_de.wp@web.de>
Wed, 8 Nov 2017 17:58:36 +0000 (18:58 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 26 Nov 2017 16:14:37 +0000 (16:14 +0000)
The shorter form is used more often in new code than the longer version.
Changed the default to the shorter form.
WikiEditor will than use the short version when embedding files.

Change-Id: I10797e99955f4776ec4f18ab82aa98eb03369959

languages/messages/MessagesDe.php

index 60e08cc..5227eba 100644 (file)
@@ -208,8 +208,8 @@ $magicWords = [
        'subjectpagenamee'          => [ '1', 'HAUPTSEITENNAME_URL', 'VORDERSEITE_URL', 'HAUPTSEITE_URL', 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ],
        'subst'                     => [ '0', 'ERS:', 'SUBST:' ],
        'safesubst'                 => [ '0', 'SICHER_ERS:', 'SICHERERS:', 'SAFESUBST:' ],
-       'img_thumbnail'             => [ '1', 'miniatur', 'mini', 'thumb', 'thumbnail' ],
-       'img_manualthumb'           => [ '1', 'miniatur=$1', 'mini=$1', 'thumbnail=$1', 'thumb=$1' ],
+       'img_thumbnail'             => [ '1', 'mini', 'miniatur', 'thumb', 'thumbnail' ],
+       'img_manualthumb'           => [ '1', 'mini=$1', 'miniatur=$1', 'thumbnail=$1', 'thumb=$1' ],
        'img_right'                 => [ '1', 'rechts', 'right' ],
        'img_left'                  => [ '1', 'links', 'left' ],
        'img_none'                  => [ '1', 'ohne', 'none' ],