r109272 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109271‎ | r109272 | r109273 >
Date:00:56, 18 January 2012
Author:gregchiasson
Status:resolved
Tags:aft 
Comment:
AFT5 - sigh. Last boneheaded commit of the night, probably.
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php (modified) (history)
  • /trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php
@@ -93,7 +93,7 @@
9494 'articlefeedbackv5-discussion-page' => 'Discussion',
9595 'articlefeedbackv5-whats-this' => 'Help',
9696 'articlefeedbackv5-invalid-page-id' => 'Invalid page ID',
97 - 'articlefeedbackv5-percent-found' => '% of users found what they were looking for.', // TODO: yeah, i know this is awful.
 97+ 'articlefeedbackv5-percent-found' => ' of users found what they were looking for.', // TODO: yeah, i know this is awful.
9898 'articlefeedbackv5-overall-rating' => 'Rating: $1/5',
9999 'articlefeedbackv5-special-title' => '==Feedback==',
100100 'articlefeedbackv5' => 'Article feedback dashboard',
Index: trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php
@@ -101,7 +101,7 @@
102102 . Html::element(
103103 'span',
104104 array( 'class' => 'stat-marker positive' )
105 - , $found )
 105+ , $found.'%' )
106106 . wfMessage( 'articlefeedbackv5-percent-found' )
107107 . Html::closeElement( 'span' )
108108 . Html::closeElement( 'div' )

Follow-up revisions

RevisionCommit summaryAuthorDate
r109343Fix r109271/r109272 in a better way to make translations less awful.raymond08:14, 18 January 2012

Status & tagging log