Fix my british english slang from r30608: Licence -> License :) Thanks to Ialex.
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 6 Feb 2008 10:35:29 +0000 (10:35 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 6 Feb 2008 10:35:29 +0000 (10:35 +0000)
includes/SpecialVersion.php
languages/messages/MessagesEn.php

index 4c09222..7020383 100644 (file)
@@ -43,10 +43,10 @@ class SpecialVersion {
         */
 
        /**
-        * @return wiki text showing the licence information
+        * @return wiki text showing the license information
         */
        static function MediaWikiCredits() {
-               $ret = Xml::element( 'h2', array( 'id' => 'mw-version-licence' ), wfMsg( 'version-licence' ) ) .
+               $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) ) .
                "__NOTOC__
                This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''',
                copyright (C) 2001-2008 Magnus Manske, Brion Vibber, Lee Daniel Crocker,
index 29df058..d80bcce 100644 (file)
@@ -3049,7 +3049,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 'version-hook-name'                => 'Hook name',
 'version-hook-subscribedby'        => 'Subscribed by',
 'version-version'                  => 'Version',
-'version-licence'                  => 'Licence',
+'version-license'                  => 'License',
 'version-software'                 => 'Installed software',
 'version-software-product'         => 'Product',
 'version-software-version'         => 'Version',