summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
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 a0bb4108f..b4f4a992c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -110,7 +110,7 @@ window.onload = init;
<div id="header">
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
- Hello, <b><?php echo $_SESSION["name"] ?></b>
+ <?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
</div>
<?php } ?>