summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-06-20 15:45:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-06-20 15:45:28 +0200
commit715bdf1fe13fba0611cf88311bbc3d7945b4a544 (patch)
treec3a05027e35400f115f958174ab6675bd47104c9 /inc/template.php
parentf608ebb5f794ef9213b6f2d205c7cbf3fcfd135b (diff)
downloadrpg-715bdf1fe13fba0611cf88311bbc3d7945b4a544.tar.gz
rpg-715bdf1fe13fba0611cf88311bbc3d7945b4a544.tar.bz2
fixed title for UniversalEditButton
darcs-hash:20080620134528-7ad00-34bfe69ecdd0ddfb7bc1c8eeeb220417f7a67be2.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index b86f62a62..cebd7b757 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,'&'));
}