]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where...
authortravis%sedsystems.ca <>
Sat, 19 Mar 2005 05:32:46 +0000 (05:32 +0000)
committertravis%sedsystems.ca <>
Sat, 19 Mar 2005 05:32:46 +0000 (05:32 +0000)
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=myk  a=myk

template/en/default/account/auth/login.html.tmpl
template/en/default/index.html.tmpl
template/en/default/pages/bug-writing.html.tmpl
template/en/default/sidebar.xul.tmpl

index 0970cd9d0ae94b562c325e21add0a10e49633a0a..0370aa296554237e7c2f53ef42ad95e71d742f2e 100644 (file)
@@ -31,7 +31,7 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% PROCESS global/header.html.tmpl
-  title = "Login",
+  title = "Log in to $terms.Bugzilla",
   onload = "document.forms['login'].Bugzilla_login.focus()"
 %]
 
   [% PROCESS "global/hidden-fields.html.tmpl"
      exclude="^Bugzilla_(login|password|restrictlogin)$" %]
 
-  <input type="submit" name="GoAheadAndLogIn" value="Login">
+  <input type="submit" name="GoAheadAndLogIn" value="Log in">
   
   <p>
     (Note: you should make sure cookies are enabled for this site. 
-    Otherwise, you will frequently be required to re-login.)
+    Otherwise, you will be required to log in frequently.)
   </p>
 </form>
 
index d7f6be6f77423ced836c6bd9dfba3fd95218721c..e0d94137280b55647d0e33549b04689cb13c22f6 100644 (file)
@@ -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>
index c007b043b41fb511660cd79fa01f8395d91d9b4c..d2bf81e2689bce0063d735466dc7fc63bbb8bdec 100644 (file)
 
     <li>Select the product that you've found a [% terms.bug %] in.</li>
 
-    <li>Enter your e-mail address, password, and press the "Login" button.
+    <li>Enter your e-mail address, password, and press the "Log in" button.
     (If you don't yet have a password, leave the password field empty, and
     press the "E-mail me a password" button instead. You'll quickly receive
     an e-mail message with your password.)</li>
index b285cac56453894cd42fa53b766b6cce502d249f..b04aa08dcab2626a7386fbd61d4ffd63f312ee25 100644 (file)
@@ -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 %]