r45097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45096‎ | r45097 | r45098 >
Date:15:25, 27 December 2008
Author:siebrand
Status:deferred
Tags:
Comment:
Remove use of "click here", changed 'refreshspecial-link-back', removed 'refreshspecial-here'. Same as changed in r45088 for DeleteBatch
Modified paths:
  • /trunk/extensions/RefreshSpecial/RefreshSpecial.body.php (modified) (history)
  • /trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RefreshSpecial/RefreshSpecial.body.php
@@ -273,7 +273,7 @@
274274 $this->refreshSpecial();
275275 $sk = $wgUser->getSkin();
276276 $titleObj = SpecialPage::getTitleFor( 'RefreshSpecial' );
277 - $link_back = $sk->makeKnownLinkObj( $titleObj, wfMsg('refreshspecial-here') );
278 - $wgOut->addHTML("<br />".wfMsg('refreshspecial-link-back')." $link_back.");
 277+ $link_back = $sk->makeKnownLinkObj( $titleObj, wfMsg('refreshspecial-link-back') );
 278+ $wgOut->addHTML("<br /><b>" . $link_back . "</b>");
279279 }
280280 }
\ No newline at end of file
Index: trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php
@@ -24,8 +24,7 @@
2525 'refreshspecial-choice' => 'refreshing special pages',
2626 'refreshspecial-js-disabled' => '(<i>You cannot select all pages when JavaScript is disabled</i>)',
2727 'refreshspecial-select-all-pages' => ' select all pages ',
28 - 'refreshspecial-link-back' => 'Go back to extension ',
29 - 'refreshspecial-here' => '<b>here</b>',
 28+ 'refreshspecial-link-back' => 'Go back to special page',
3029 'refreshspecial-none-selected' => 'You have not selected any special pages. Reverting to default selection.',
3130 'refreshspecial-db-error' => 'Failed: database error',
3231 'refreshspecial-no-page' => 'No such special page',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r45088Fix some bugs, update default, and improve i18n:...siebrand13:14, 27 December 2008

Status & tagging log