diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-26 22:48:08 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-26 22:48:08 -0700 |
commit | e15265be3c687d5830a44de38fc2e5311dc00d86 (patch) | |
tree | 180aa324482ed6a1999f66e713e553b2abe050c7 /include/nav.php | |
parent | d6b3d091a650c91bc239a8047af212d929113189 (diff) | |
download | volse-hubzilla-e15265be3c687d5830a44de38fc2e5311dc00d86.tar.gz volse-hubzilla-e15265be3c687d5830a44de38fc2e5311dc00d86.tar.bz2 volse-hubzilla-e15265be3c687d5830a44de38fc2e5311dc00d86.zip |
start at i18n
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index 0dc0f6029..a47d55d9a 100644 --- a/include/nav.php +++ b/include/nav.php @@ -1,8 +1,7 @@ - <?php if(x($_SESSION['uid'])) { - $a->page['nav'] .= "<a id=\"nav-logout-link\" class=\"nav-link\" href=\"logout\">Logout</a>\r\n"; + $a->page['nav'] .= "<a id=\"nav-logout-link\" class=\"nav-link\" href=\"logout\">" . t('Logout') . "</a>\r\n"; } $a->page['nav'] .= "<span id=\"nav-link-wrapper\" >\r\n"; |