From: Chad Horohoe Date: Fri, 28 Jan 2011 21:07:18 +0000 (+0000) Subject: (bug 26938) "wikipedia compatible" should not be part of the license name. We already... X-Git-Tag: 1.31.0-rc.0~32310 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=2356ff635e2c4fbb14ddba24e1f73a8c22372b81;p=lhc%2Fweb%2Fwiklou.git (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 --- 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',