From: jenkins-bot Date: Fri, 5 Jan 2018 23:57:59 +0000 (+0000) Subject: Merge "Add semantic tags to license info text" X-Git-Tag: 1.31.0-rc.0~982 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hp=47a7977b150910562588de89d4c0b684fb25b091 Merge "Add semantic tags to license info text" --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index f176b40755..1088d72ed5 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -169,7 +169,9 @@ class SpecialVersion extends SpecialPage { $ret .= ''; return str_replace( "\t\t", '', $ret ) . "\n"; diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 673bd60eb6..ab4080db11 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3807,7 +3807,7 @@ "version-poweredby-others": "others", "version-poweredby-translators": "translatewiki.net translators", "version-credits-summary": "We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].", - "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.\n\nMediaWiki 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.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].", + "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.\n\nMediaWiki 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.\n\nYou should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].", "version-software": "Installed software", "version-software-product": "Product", "version-software-version": "Version", diff --git a/resources/src/mediawiki.special/mediawiki.special.version.css b/resources/src/mediawiki.special/mediawiki.special.version.css index ebb6b486c9..acc9f13295 100644 --- a/resources/src/mediawiki.special/mediawiki.special.version.css +++ b/resources/src/mediawiki.special/mediawiki.special.version.css @@ -24,3 +24,11 @@ th.mw-version-ext-col-label { -moz-column-width: 18em; -webkit-column-width: 18em; } + +.mw-version-license-info strong { + font-weight: normal; +} + +.mw-version-license-info em { + font-style: normal; +}