diff --git a/inc/template.php b/inc/template.php index b86f62a6267a17c5c19e7f9416f3d2a3c1587931..cebd7b757d36f51e2857f5a8f7cad68dfc3c9441 100644 --- a/inc/template.php +++ b/inc/template.php @@ -260,7 +260,7 @@ function tpl_metaheaders($alt=true){ 'href'=>DOKU_BASE.'feed.php?mode=list&ns='.$INFO['namespace']); if(($ACT == 'show' || $ACT == 'search') && $INFO['writable']){ $head['link'][] = array( 'rel'=>'alternate', 'type'=>'application/wiki', - 'title'=>$lang['btn_index'], + 'title'=>$lang['btn_edit'], 'href'=> wl($ID,'do=edit',false,'&')); }