From: Brion Vibber Date: Thu, 19 Jun 2008 19:41:48 +0000 (+0000) Subject: Revert r36346 - 'print.css' message default value not needed since it's not used... X-Git-Tag: 1.31.0-rc.0~46938 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=a8efd20efd26cf6066eb35e6b26b5e2f0d977739;p=lhc%2Fweb%2Fwiklou.git Revert r36346 - 'print.css' message default value not needed since it's not used (since it didn't work) --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 0229bc9b69..23bb65dfcf 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2673,7 +2673,6 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'chick.css' => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it 'simple.css' => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it 'modern.css' => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it -'print.css' => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it # Scripts 'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 008a9b966b..da23f94281 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -202,7 +202,6 @@ $wgOptionalMessages = array( 'chick.css', 'simple.css', 'modern.css', - 'print.css', 'common.js', 'standard.js', 'nostalgia.js', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 68f6a621c6..f8a78f6b5b 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1891,7 +1891,6 @@ $wgMessageStructure = array( 'chick.css', 'simple.css', 'modern.css', - 'print.css', ), 'scripts' => array( 'common.js',