diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-06-20 15:45:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-06-20 15:45:28 +0200 |
commit | 715bdf1fe13fba0611cf88311bbc3d7945b4a544 (patch) | |
tree | c3a05027e35400f115f958174ab6675bd47104c9 | |
parent | f608ebb5f794ef9213b6f2d205c7cbf3fcfd135b (diff) | |
download | rpg-715bdf1fe13fba0611cf88311bbc3d7945b4a544.tar.gz rpg-715bdf1fe13fba0611cf88311bbc3d7945b4a544.tar.bz2 |
fixed title for UniversalEditButton
darcs-hash:20080620134528-7ad00-34bfe69ecdd0ddfb7bc1c8eeeb220417f7a67be2.gz
-rw-r--r-- | inc/template.php | 2 |
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,'&')); } |