r30610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30609‎ | r30610 | r30611 >
Date:10:35, 6 February 2008
Author:raymond
Status:old
Tags:
Comment:
Fix my british english slang from r30608: Licence -> License :) Thanks to Ialex.
Modified paths:
  • /trunk/phase3/includes/SpecialVersion.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialVersion.php
@@ -43,10 +43,10 @@
4444 */
4545
4646 /**
47 - * @return wiki text showing the licence information
 47+ * @return wiki text showing the license information
4848 */
4949 static function MediaWikiCredits() {
50 - $ret = Xml::element( 'h2', array( 'id' => 'mw-version-licence' ), wfMsg( 'version-licence' ) ) .
 50+ $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) ) .
5151 "__NOTOC__
5252 This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''',
5353 copyright (C) 2001-2008 Magnus Manske, Brion Vibber, Lee Daniel Crocker,
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3049,7 +3049,7 @@
30503050 'version-hook-name' => 'Hook name',
30513051 'version-hook-subscribedby' => 'Subscribed by',
30523052 'version-version' => 'Version',
3053 -'version-licence' => 'Licence',
 3053+'version-license' => 'License',
30543054 'version-software' => 'Installed software',
30553055 'version-software-product' => 'Product',
30563056 'version-software-version' => 'Version',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r30608* Prettify software section of [[Special:Version]] a bitraymond08:49, 6 February 2008

Status & tagging log