From: Sam Reed Date: Wed, 2 Feb 2011 22:43:07 +0000 (+0000) Subject: Followup r81427, actually use the $msg variable X-Git-Tag: 1.31.0-rc.0~32241 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=9c4b1a81c4214fd57541a38240dbc7441450c94f;p=lhc%2Fweb%2Fwiklou.git Followup r81427, actually use the $msg variable --- 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;