From 19030d0ac377820b05c6ca3d1db8629d97199ae0 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 22 Aug 2010 19:36:22 +0000 Subject: [PATCH] Followup r71367, reusing messages is bad --- includes/specials/SpecialVersion.php | 2 +- languages/messages/MessagesEn.php | 1 + maintenance/language/messages.inc | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 46efc05103..82d2b7da24 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -82,7 +82,7 @@ class SpecialVersion extends SpecialPage { 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan', 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking', 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe', - wfMsg( 'others' ) + wfMsg( 'version-poweredby-others' ) ); $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) ); diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 77c2090b91..1b072cca6d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4245,6 +4245,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].', 'version-svn-revision' => '(r$2)', # only translate this message to other languages if you have to change it 'version-license' => 'License', 'version-poweredby-credits' => "This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.", +'version-poweredby-others' => 'others', // For the list: Tom, Dick, Harry and others 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 01b8b214c5..7f3359f265 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -3140,6 +3140,7 @@ $wgMessageStructure = array( 'version-svn-revision', 'version-license', 'version-poweredby-credits', + 'version-poweredby-others', 'version-license-info', 'version-software', 'version-software-product', -- 2.20.1