summaryrefslogtreecommitdiffstats
path: root/template/en/default/sidebar.xul.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/sidebar.xul.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/sidebar.xul.tmpl')
-rw-r--r--template/en/default/sidebar.xul.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index b285cac56..b04aa08dc 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -96,7 +96,7 @@ function normal_keypress_handler( aEvent ) {
<text class="text-link" onclick="load_relative_url('sanitycheck.cgi')" value="sanity check"/>
[%- END %]
[%- IF user.get_flag('can_logout') %]
- <text class="text-link" onclick="load_relative_url('relogin.cgi')" value="logout [% user.login FILTER html %]"/>
+ <text class="text-link" onclick="load_relative_url('relogin.cgi')" value="log out [% user.login FILTER html %]"/>
[%- END %]
<separator class="thin"/>
[%- IF user.showmybugslink %]