Index: trunk/extensions/SharedCssJs/SharedCssJs.i18n.php |
— | — | @@ -17,10 +17,10 @@ |
18 | 18 | * @author SVG |
19 | 19 | */ |
20 | 20 | $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.', |
23 | 23 | '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 */', |
25 | 25 | ); |
26 | 26 | |
27 | 27 | /** Message documentation (Message documentation) |