From 25c864161d88153374d603be377bfa34214d0f57 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 12 Apr 2004 18:43:26 +0000 Subject: [PATCH] use viewsource tooltip + accesskey --- includes/SkinPHPTal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() ) { -- 2.20.1