* Update messageTypes.inc per r33400
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 16 Apr 2008 05:05:03 +0000 (05:05 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 16 Apr 2008 05:05:03 +0000 (05:05 +0000)
* Partly revert of r33410: Remove colon. It does not make sense behind 'minimum-size', the input field is after 'maximum-size' only.

languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc

index 8a7b81d..fd72ed8 100644 (file)
@@ -2082,7 +2082,7 @@ You can change this page's protection level, but it will not affect the cascadin
 'protect-cantedit'            => 'You cannot change the protection levels of this page, because you do not have permission to edit it.',
 'restriction-type'            => 'Permission:',
 'restriction-level'           => 'Restriction level:',
-'minimum-size'                => 'Min size:',
+'minimum-size'                => 'Min size',
 'maximum-size'                => 'Max size:',
 'pagesize'                    => '(bytes)',
 
index a05219f..90c82bd 100644 (file)
@@ -109,6 +109,7 @@ $wgIgnoredMessages = array(
        'trackbackexcerpt',
        'uploadfooter',
        'listgrouprights-link',
+       'search-interwiki-custom',
 );
 
 /** Optional messages, which may be translated only if changed in the other language. */