From 5339e950b5fca130b30c704d734896ecc68251c5 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 21 Jul 2009 12:02:34 +0000 Subject: [PATCH] * (bug 19097) Small changes to Special:DoubleRedirects ** Use 'editlink' message instead of 'qbedit' ** Use parentheses message instead of hardcoded parentheses Based on a patch by Ahmad Sherif --- includes/specials/SpecialDoubleRedirects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialDoubleRedirects.php b/includes/specials/SpecialDoubleRedirects.php index 4fe32938fd..4b3d3f417b 100644 --- a/includes/specials/SpecialDoubleRedirects.php +++ b/includes/specials/SpecialDoubleRedirects.php @@ -86,9 +86,9 @@ class DoubleRedirectsPage extends PageQueryPage { array(), array( 'redirect' => 'no' ) ); - $edit = $skin->link( + $edit = $skin->linkKnown( $titleA, - "(" . wfMsgHtml( 'qbedit' ) . ")", + wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ), array(), array( 'redirect' => 'no', -- 2.20.1