From: Gabriel Wicke Date: Mon, 12 Apr 2004 18:43:26 +0000 (+0000) Subject: use viewsource tooltip + accesskey X-Git-Tag: 1.3.0beta1~449 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=25c864161d88153374d603be377bfa34214d0f57;p=lhc%2Fweb%2Fwiklou.git use viewsource tooltip + accesskey --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 5a99fe5ed4..ad1981e7bb 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -247,8 +247,8 @@ $content_actions['edit'] = array('class' => ($action == 'edit') ? 'selected' : '', 'text' => wfMsg('viewsource'), 'href' => $this->makeUrl($this->thispage, 'action=edit'.$oid), - 'ttip' => wfMsg('tooltip-edit'), - 'akey' => wfMsg('accesskey-edit')); + 'ttip' => wfMsg('tooltip-viewsource'), + 'akey' => wfMsg('accesskey-viewsource')); } if ( $wgTitle->getArticleId() ) {