r80580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80579‎ | r80580 | r80581 >
Date:18:08, 19 January 2011
Author:raymond
Status:ok
Tags:
Comment:
Consistency tweaks
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/GraphViz/GraphViz.i18n.php (modified) (history)
  • /trunk/extensions/GraphViz/GraphViz.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/GraphViz/GraphViz.php
@@ -146,7 +146,7 @@
147147 '[http://hummel-universe.net Thomas Hummel]'
148148 ),
149149 'url' => 'http://www.mediawiki.org/wiki/Extension:GraphViz',
150 - 'descriptionmsg' => 'graphviz-description'
 150+ 'descriptionmsg' => 'graphviz-desc'
151151 );
152152
153153 $wgExtensionMessagesFiles['GraphViz'] = dirname( __FILE__ ) . '/GraphViz.i18n.php';
Index: trunk/extensions/GraphViz/GraphViz.i18n.php
@@ -15,5 +15,7 @@
1616 * @author Jeroen De Dauw
1717 */
1818 $messages['en'] = array(
19 - 'graphviz-description' => '[http://www.graphviz.org Graphviz] is a program/language that allows the creation of numerous types of graphs. This extension allows the embedding of graphviz markup in MediaWiki pages and generates inline images to display.',
 19+ 'graphviz-desc' => '[http://www.graphviz.org Graphviz] is a program/language that allows the creation of numerous types of graphs.
 20+fThis extension allows the embedding of graphviz markup in MediaWiki pages and generates inline images to display.',
2021 );
 22+
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -561,6 +561,8 @@
562562
563563 Go To Category
564564
 565+GraphViz
 566+
565567 Groups Sidebar
566568
567569 Hide Namespace

Status & tagging log