r100151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100150‎ | r100151 | r100152 >
Date:20:01, 18 October 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Tweak messages.
Modified paths:
  • /trunk/extensions/SharedCssJs/SharedCssJs.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SharedCssJs/SharedCssJs.i18n.php
@@ -17,10 +17,10 @@
1818 * @author SVG
1919 */
2020 $messages['en'] = array(
21 - 'sharedcssjs-desc' => 'Enables fetching of global wiki and user CSS and JS from central wiki',
22 - 'sharedcssjs-error' => 'This page is included from central wiki by another way and can only editing there.',
 21+ 'sharedcssjs-desc' => 'Enables fetching of global wiki and user CSS and JS from a central wiki',
 22+ 'sharedcssjs-error' => 'This page is included from a central wiki and can only be edited there.',
2323 'global.css' => '/* CSS placed here will be applied to all skins on all wikis of the wiki farm */',
24 - 'global.js' => '/* JavaScript placed here will be applied to all skins on all wikis of the wiki farm */',
 24+ 'global.js' => '/* Any JavaScript here will be loaded for users on every page load in the wiki farm */',
2525 );
2626
2727 /** Message documentation (Message documentation)

Status & tagging log