r112003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112002‎ | r112003 | r112004 >
Date:11:21, 21 February 2012
Author:nikerabbit
Status:ok
Tags:i18nreview 
Comment:
Shorten and simplify version string in gettext files
Modified paths:
  • /trunk/extensions/Translate/ffs/Gettext.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/Gettext.php
@@ -522,7 +522,7 @@
523523
524524 protected function getGenerator() {
525525 return 'MediaWiki ' . SpecialVersion::getVersion() .
526 - "; Translate extension (" . TRANSLATE_VERSION . ")";
 526+ "; Translate " . TRANSLATE_VERSION;
527527 }
528528
529529 protected function formatDocumentation( $key ) {

Status & tagging log