summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 06:53:31 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 06:53:31 +0100
commit73495fd16f6e89c5eeefb6a9c2fdc11b14fa57d4 (patch)
tree1ca8e9232f678dd41a3ae159695d2bb1d18c67e5 /tt-rss.php
parent6906f145918586c2f2c453d83857f2442df9b94a (diff)
tweak new version notification stuff
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index f01723f3d..f56c14310 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -108,6 +108,7 @@ window.onload = init;
<div id="header">
<div class="topLinks">
+
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>
@@ -123,8 +124,9 @@ window.onload = init;
<?php } ?>
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
- src="images/new_version.png" title="New version is available!"
+ src="images/new_version.png" title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
alt="new_version_icon"/>
+
</div>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>