Index: trunk/extensions/GraphViz/GraphViz.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | '[http://hummel-universe.net Thomas Hummel]' |
148 | 148 | ), |
149 | 149 | 'url' => 'http://www.mediawiki.org/wiki/Extension:GraphViz', |
150 | | - 'descriptionmsg' => 'graphviz-description' |
| 150 | + 'descriptionmsg' => 'graphviz-desc' |
151 | 151 | ); |
152 | 152 | |
153 | 153 | $wgExtensionMessagesFiles['GraphViz'] = dirname( __FILE__ ) . '/GraphViz.i18n.php'; |
Index: trunk/extensions/GraphViz/GraphViz.i18n.php |
— | — | @@ -15,5 +15,7 @@ |
16 | 16 | * @author Jeroen De Dauw |
17 | 17 | */ |
18 | 18 | $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.', |
20 | 21 | ); |
| 22 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -561,6 +561,8 @@ |
562 | 562 | |
563 | 563 | Go To Category |
564 | 564 | |
| 565 | +GraphViz |
| 566 | + |
565 | 567 | Groups Sidebar |
566 | 568 | |
567 | 569 | Hide Namespace |