From 2356ff635e2c4fbb14ddba24e1f73a8c22372b81 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 28 Jan 2011 21:07:18 +0000 Subject: [PATCH] (bug 26938) "wikipedia compatible" should not be part of the license name. We already explain this in the help box, there's no need to repeat it here --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index d71a3224be..c9f7fe82d1 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -366,7 +366,7 @@ A '''{{int:config-profile-private}}''' only allows approved users to view pages, More complex user rights configurations are available after installation, see the [http://www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].", 'config-license' => 'Copyright and license:', 'config-license-none' => 'No license footer', - 'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike (Wikipedia-compatible)', + 'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike', 'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike', 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2', 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 or later', -- 2.20.1