r107832 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107831‎ | r107832 | r107833 >
Date:14:14, 2 January 2012
Author:amire80
Status:ok (Comments)
Tags:
Comment:
Documentation.
Modified paths:
  • /trunk/extensions/Translate/TranslateHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslateHooks.php
@@ -328,9 +328,9 @@
329329
330330 if ( $action === 'group' ) {
331331 $languageCode = $params[0];
332 - $groupLabel = $params[1];
333332 $languageNames = Language::getTranslatedLanguageNames( $languageCode );
334333 $languageName = "$languageNames[$languageCode] ($languageCode)";
 334+ $groupLabel = $params[1];
335335 $oldState = $params[2];
336336 $newState = $params[3];
337337 $oldStateMessage = wfMessage( "translate-workflow-state-$oldState" );

Comments

#Comment by 😂 (talk | contribs)   15:03, 2 January 2012

Incorrect commit summary.

#Comment by Platonides (talk | contribs)   15:19, 2 January 2012

I suspect it was a commit of the wrong file.

#Comment by EshelBS (talk | contribs)   15:29, 2 January 2012

It was, although it's OK. I should be more careful, of course.

#Comment by Amire80 (talk | contribs)   15:31, 2 January 2012

... And i should me more careful with using testing accounts, too.

Status & tagging log