r85665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85664‎ | r85665 | r85666 >
Date:07:23, 8 April 2011
Author:raymond
Status:ok
Tags:
Comment:
Tweaks to extension credits and messages for consistency
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)
  • /trunk/extensions/WebFonts/WebFonts.i18n.php (modified) (history)
  • /trunk/extensions/WebFonts/WebFonts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1719,6 +1719,8 @@
17201720 Web Chat
17211721 aliasfile = WebChat/WebChat.alias.php
17221722
 1723+Web Fonts
 1724+
17231725 Web Store
17241726
17251727 What Is My IP
Index: trunk/extensions/WebFonts/WebFonts.i18n.php
@@ -13,13 +13,11 @@
1414 */
1515 $messages['en'] = array(
1616 'webfonts' => 'WebFonts',
17 - 'webfonts-desc' => 'Embed fonts on mediawiki pages',
 17+ 'webfonts-desc' => 'Embed fonts on pages',
1818 'webfonts-load' => 'Select font',
19 - 'webfonts-disable-preference' => 'Disable Font Embedding(WebFonts)',
20 -
 19+ 'webfonts-disable-preference' => 'Disable font embedding (WebFonts)',
2120 );
2221
23 -
2422 /** Malayalam
2523 * @author Santhosh
2624 */
Index: trunk/extensions/WebFonts/WebFonts.php
@@ -19,10 +19,10 @@
2020 }
2121
2222 $wgExtensionCredits['parserhook'][] = array(
 23+ 'path' => __FILE__,
2324 'name' => 'WebFonts',
2425 'author' => array( 'Santhosh Thottingal', 'Niklas Laxström'),
2526 'url' => 'http://www.mediawiki.org/wiki/Extension:WebFonts',
26 - 'description' => 'Embed fonts to the mediawiki pages',
2727 'descriptionmsg' => 'webfonts-desc',
2828 );
2929

Status & tagging log