use viewsource tooltip + accesskey
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 12 Apr 2004 18:43:26 +0000 (18:43 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 12 Apr 2004 18:43:26 +0000 (18:43 +0000)
includes/SkinPHPTal.php

index 5a99fe5..ad1981e 100644 (file)
                                        $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() ) {