summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 10:24:13 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 10:24:13 +0100
commitcc17c20574dbc0d2756bd6f75ca68588867eac25 (patch)
treeb9c3573f61073e487421b28b0cb648d084ad9bba /tt-rss.php
parent1025ad87633f30d00a3c283b3e8ad2bafa384a5c (diff)
more I18N work, new option: ENABLE_TRANSLATIONS
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index c170cefd7..e7c28f036 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -105,7 +105,7 @@ window.onload = init;
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="logout.php">Logout</a>)
+ (<a href="logout.php"><?= __('Logout') ?></a>)
<?php } ?>
<img id="newVersionIcon" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"