summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-19 06:32:46 +0100
committertravis%sedsystems.ca <>2005-03-19 06:32:46 +0100
commit203b64266389eedd9f768e974cd8260c04d7523e (patch)
treea99f79179259d80c9cabffa1ec569bbed541db12 /template/en/default/index.html.tmpl
parent6a368d658807a77d56c0fe0d4ae6259f78386505 (diff)
downloadbugzilla-203b64266389eedd9f768e974cd8260c04d7523e.tar.gz
bugzilla-203b64266389eedd9f768e974cd8260c04d7523e.tar.xz
Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index d7f6be6f7..e0d941372 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -69,7 +69,7 @@ function addSidebar() {
[% IF user.id %]
<li id="userprefs"><a href="userprefs.cgi">Change password or user preferences</a></li>
[% IF user.get_flag('can_logout') %]
- <li id="logout"><a href="relogin.cgi">Logout [% user.login FILTER html %]</a></li>
+ <li id="logout"><a href="relogin.cgi">Log out [% user.login FILTER html %]</a></li>
[% END %]
[% ELSE %]
<li id="login"><a href="index.cgi?GoAheadAndLogIn=1">Log in to an existing account</a></li>