Sync messages.inc with MessagesEn.php
authorraymond <raimond.spekking@gmail.com>
Sat, 9 Mar 2013 08:42:56 +0000 (09:42 +0100)
committerraymond <raimond.spekking@gmail.com>
Sat, 9 Mar 2013 08:42:56 +0000 (09:42 +0100)
rotate: Followup to Id15a92d19cda8256917e7e1e5ee4241012214102
pageswith props: sometimes earlier...

Change-Id: I8da23c89d5b1ebe669b4e4ef1e0d67ce8064a860

maintenance/language/messages.inc

index 70c7fbe..7c16df6 100644 (file)
@@ -1640,9 +1640,10 @@ $wgMessageStructure = array(
        'pageswithprop' => array(
                'pageswithprop',
                'pageswithprop-summary',
+               'pageswithprop-legend',
                'pageswithprop-text',
                'pageswithprop-prop',
-               'pageswithprop-ok',
+               'pageswithprop-submit',
        ),
        'doubleredirects' => array(
                'doubleredirects',
@@ -3851,6 +3852,9 @@ $wgMessageStructure = array(
                'duration-centuries',
                'duration-millennia'
        ),
+       'rotation' => array(
+               'rotate-comment',
+       ),
 );
 
 /** Comments for each block */
@@ -4094,5 +4098,5 @@ Variants for Chinese language",
        'apierrors'             => 'API errors',
        'duration'              => 'Durations',
        'cachedspecial'         => 'SpecialCachedPage',
-       'rotation-comment'      => 'Image rotation message',
+       'rotation'              => 'Image rotation',
 );