From 203b64266389eedd9f768e974cd8260c04d7523e Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 19 Mar 2005 05:32:46 +0000 Subject: Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate Patch by Shane H. W. Travis r=myk a=myk --- template/en/default/index.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/index.html.tmpl') 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 %]
  • Change password or user preferences
  • [% IF user.get_flag('can_logout') %] -
  • Logout [% user.login FILTER html %]
  • +
  • Log out [% user.login FILTER html %]
  • [% END %] [% ELSE %]
  • Log in to an existing account
  • -- cgit v1.2.3-24-g4f1b