summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-09-17 15:58:23 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-09-17 15:58:23 +0000
commit3a869354f086761b3a647121c07be61dc52b071c (patch)
tree4cd36afdf9c60410ae0ebd7f8cf491e9f3960fb3 /html
parentcfd92fa45d5b86a70b094cc9df9124faa15386e1 (diff)
downloadxxv-3a869354f086761b3a647121c07be61dc52b071c.tar.gz
xxv-3a869354f086761b3a647121c07be61dc52b071c.tar.bz2
* RECORDS Fix singlequote
* Fix some typos
Diffstat (limited to 'html')
-rw-r--r--html/help.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/help.tmpl b/html/help.tmpl
index a42ba8e..927dc76 100644
--- a/html/help.tmpl
+++ b/html/help.tmpl
@@ -71,7 +71,7 @@ var tree = new WebFXTree("XXV", "?cmd=<?% start %?>");
<?% IF allow('vtxpage') %?>tree.add(new WebFXTreeItem("<?% gettext("Teletext") %?>", "?cmd=vtxpage"));<?% END %?>
-<?% IF allow('mllist') %?>tree.add(new WebFXTreeItem("<?% gettext("Media Library") %?>", "?cmd=mllist"));<?% END %?>
+<?% IF allow('mllist') %?>tree.add(new WebFXTreeItem("<?% gettext("Media library") %?>", "?cmd=mllist"));<?% END %?>
<?% IF allow('configedit') %?>