Index: trunk/phase3/includes/specials/SpecialDisambiguations.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | $dp = Title::makeTitle( $result->namespace, $result->title ); |
90 | 90 | |
91 | 91 | $from = $skin->link( $title ); |
92 | | - $edit = $skin->link( $title, "(".wfMsgHtml("qbedit").")", array(), array( 'redirect' => 'no', 'action' => 'edit' ) ); |
| 92 | + $edit = $skin->link( $title, wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ) , array(), array( 'redirect' => 'no', 'action' => 'edit' ) ); |
93 | 93 | $arr = $wgContLang->getArrow(); |
94 | 94 | $to = $skin->link( $dp ); |
95 | 95 | |