From 9c4b1a81c4214fd57541a38240dbc7441450c94f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 2 Feb 2011 22:43:07 +0000 Subject: [PATCH] Followup r81427, actually use the $msg variable --- includes/HistoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index 4c15d7f603..b96e0de702 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -424,7 +424,7 @@ class HistoryPager extends ReverseChronologicalPager { 'style' => "float: $float;", 'class' => "mw-history-$name-button", ), - wfMsg( 'revisionmoveselectedversions' ) + wfMsg( $msg ) ) . "\n"; $this->buttons .= $element; return $element; -- 2.20.1