From 6f4d48d913596bf817883feb62ff7754c74e4b41 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Wed, 22 Jun 2005 17:33:28 +0000 Subject: [PATCH] validation feature updates --- includes/SpecialValidate.php | 4 ++-- languages/Language.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 9437bbe4aa..343ae211c9 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -271,7 +271,7 @@ class Validation { function link2revisionstatistics( &$article, $revision ) { $nt = $article->getTitle(); $url = $nt->escapeLocalURL( "action=validate&mode=details&revision={$revision}" ); - return '(' . $this->getParsedWiki( 'val_revision_stats_link') . ')' ; + return "(" . $this->getParsedWiki( wfMsg('val_revision_stats_link') ) . ')' ; } # This function returns a link text to the user rating statistics page @@ -556,7 +556,7 @@ class Validation { $ret = "" ; $ret .= "

" . str_replace( '$1', $url, wfMsg( 'val_revision_of' ) ) . "

\n"; $ret .= "\n"; - $ret .= "" ; foreach( $topics as $t => $dummy ) { $ret .= ""; diff --git a/languages/Language.php b/languages/Language.php index 81f2b246e4..bb3076bf5b 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1499,6 +1499,7 @@ Type the name of the user in the box and press the button to make the user an ad 'val_rev_stats_link' => 'See the validation statistics for "$1" here', 'val_revision_stats_link' => 'details', 'val_iamsure' => 'Check this box if you really mean it!', +'val_details_th' => 'User \\ Topic', 'val_clear_old' => 'Clear my older validation data', 'val_merge_old' => 'Use my previous assessment where selected \'No opinion\'', 'val_form_note' => "'''Hint:''' Merging your data means that for the article revision you select, all options where you have specified ''no opinion'' will be set to the value and comment of the most recent revision for which you have expressed an opinion. For example, if you want to change a single option for a newer revision, but also keep your other settings for this article in this revision, just select which option you intend to ''change'', and merging will fill in the other options with your previous settings.", -- 2.20.1
"; + $ret .= "
" . $this->getParsedWiki ( wfMsg('val_details_th') ) . "" . $this->linkTopic ( $this->topicList[$t]->val_comment ) . "