From 8ae6ede0524c4e67e8581417511eb1e98a1c8373 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 26 Jun 2008 10:41:27 -0400 Subject: [PATCH] Fixing some unconverted strings --- templates/header.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/header.tpl b/templates/header.tpl index 68d7947..03b4ba4 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -14,7 +14,7 @@ <% if (!bugdar::$userinfo['userid']): %>
- {@"Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab."} + <%-T('Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.')%>
<% endif %> @@ -32,12 +32,12 @@ <% if (bugdar::$userinfo['userid']): %> <%-T("Favorites")%> <% endif %> - <%-T("Options")%><% else: %>login.php">{@"Login/Register"}<% endif %> + <%-T("Options")%><% else: %>login.php"><%-T("Login/Register")%><% endif %> <% if ($show['admin']): %> <%-T("Administration")%> <% endif %> <% if (bugdar::$userinfo['userid']): %> - <%-T("Logout")%> + ')"><%-T("Logout")%> <% endif %> -- 2.22.5