change the message of 'version-svn-revision' to '(r?)' and mark it as optional, per...
authorShinjiman <shinjiman@users.mediawiki.org>
Mon, 27 Apr 2009 12:41:17 +0000 (12:41 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Mon, 27 Apr 2009 12:41:17 +0000 (12:41 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc

index 97c67de..4e9e064 100644 (file)
@@ -3824,7 +3824,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 'version-hook-name'                => 'Hook name',
 'version-hook-subscribedby'        => 'Subscribed by',
 'version-version'                  => '(Version $1)',
-'version-svn-revision'             => '(Revision r$1)',
+'version-svn-revision'             => '(r$1)', # only translate this message to other languages if you have to change it
 'version-license'                  => 'License',
 'version-software'                 => 'Installed software',
 'version-software-product'         => 'Product',
index afc03fc..0762c1f 100644 (file)
@@ -322,6 +322,7 @@ $wgOptionalMessages = array(
        'hebrew-calendar-m10-gen',
        'hebrew-calendar-m11-gen',
        'hebrew-calendar-m12-gen',
+       'version-svn-revision',
        'catseparator',
        'semicolon-separator',
        'comma-separator',