summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-08 23:28:07 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-08 23:28:07 +0100
commita655c8784a73a3fcef7f41f59f871e7a78d3101b (patch)
tree0504ce5863d0c1227642927fb1a05bcb82674d81 /lib
parent3ad40064fd9802b409b6fff144baeec9ed94e288 (diff)
downloadrpg-a655c8784a73a3fcef7f41f59f871e7a78d3101b.tar.gz
rpg-a655c8784a73a3fcef7f41f59f871e7a78d3101b.tar.bz2
added lang string for 'Sidebar'
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/dokuwiki/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/main.php b/lib/tpl/dokuwiki/main.php
index fdc28b975..2406a206b 100644
--- a/lib/tpl/dokuwiki/main.php
+++ b/lib/tpl/dokuwiki/main.php
@@ -38,7 +38,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
<?php if($showSidebar): ?>
<!-- ********** ASIDE ********** -->
<div id="dokuwiki__aside"><div class="pad include group">
- <h3 class="toggle"><?php echo hsc(ucfirst($conf['sidebar'])) ?></h3>
+ <h3 class="toggle"><?php echo $lang['sidebar'] ?></h3>
<div class="content">
<?php tpl_flush() ?>
<?php tpl_includeFile('sidebarheader.html') ?>