summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-21 18:12:51 +0100
committerAndrew Dolgov <[email protected]>2006-12-21 18:12:51 +0100
commitd3f24242f8d295567332a2813216a9b003d56781 (patch)
tree0da05b4959343224f337a438838aa7127f0ee2a4 /tt-rss.php
parentdd34f155680915e50ad82bcf6e641a4efea64b79 (diff)
I18N
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 } ?>