r108146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108145‎ | r108146 | r108147 >
Date:15:49, 5 January 2012
Author:hashar
Status:ok
Tags:
Comment:
rename message introduced in r108144

also added QQQ message
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
@@ -50,7 +50,7 @@
5151 'articlefeedbackv5-special-filter-label-after' => '',
5252 'articlefeedbackv5-special-showing' => 'Showing $1 posts (of $2)', // FIXME: Needs plural support on $1.
5353 'articlefeedbackv5-special-more' => 'More',
54 - 'articlefeedbackv5-special-title' => 'Feedback for $1',
 54+ 'articlefeedbackv5-special-pagetitle' => 'Feedback for $1',
5555
5656 'articlefeedbackv5-form-optionid' => 'Option $1',
5757 'articlefeedbackv5-form-hide' => 'Hide this ($1)',
@@ -302,6 +302,8 @@
303303 'articlefeedbackv5-error-nofeedback' => 'This error message will be displayed above the form (but below the title) if the user has attempted to submit a blank form.',
304304 'articlefeedbackv5-special-filter-all' => '{{Identical|All}}',
305305 'articlefeedbackv5-special-more' => '{{Identical|More}}',
 306+ 'articlefeedbackv5-special-pagetitle' => 'Page title for [[Special:ArticleFeedbackv5]]. Parameters:
 307+* $1 is the title of the article for which we show the feedback',
306308 'articlefeedbackv5-form-header' => "* '''$1''' is the feedback ID.
307309 * '''$2''' is the date and time at which the feedback was given.",
308310 'articlefeedbackv5-form1-header-found' => 'Parameters:
Index: trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php
@@ -19,7 +19,7 @@
2020 $rating = isset( $ratings['rating'] ) ? $ratings['rating'] : null;
2121
2222 $out->setPagetitle(
23 - $this->msg( 'articlefeedbackv5-special-title', $title )
 23+ $this->msg( 'articlefeedbackv5-special-pagetitle', $title )
2424 ->escaped()
2525 );
2626

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108144Special:ArticleFeedbackv5 page title now translatable...hashar15:31, 5 January 2012

Status & tagging log