summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent1025ad87633f30d00a3c283b3e8ad2bafa384a5c (diff)
more I18N work, new option: ENABLE_TRANSLATIONS
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 94638bae2..1f0a97a8c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -87,7 +87,7 @@ window.onload = init;
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="logout.php">Logout</a>)
+ (<a href="logout.php"><?= __('Logout') ?></a>)
</div>
<?php } ?>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>