summaryrefslogtreecommitdiff
path: root/modules/help.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-25 18:19:09 +0100
committerAndrew Dolgov <[email protected]>2009-01-25 18:19:09 +0100
commit2a52d96fe6365b1516241180e88df3492ae54e2f (patch)
tree434819d13477d11965992b7259647dd4180cc27c /modules/help.php
parent3c374d637047676f1a248d5474f62e20b0542d57 (diff)
localization fixes
Diffstat (limited to 'modules/help.php')
-rw-r--r--modules/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.php b/modules/help.php
index 3f6968db7..415870d45 100644
--- a/modules/help.php
+++ b/modules/help.php
@@ -3,7 +3,7 @@
if (!$_GET["noheaders"]) {
print "<html><head>
- <title>Tiny Tiny RSS : Help</title>
+ <title>".__('Help')."</title>
<link rel=\"stylesheet\" href=\"utility.css\" type=\"text/css\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
</head><body>";