diff options
author | reed%reedloden.com <> | 2009-02-12 03:37:05 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2009-02-12 03:37:05 +0100 |
commit | d68947859602d674ea47a96587df89e3b414725e (patch) | |
tree | dc63aca50d0ad34d1de0a858b933256d427799b9 /template | |
parent | d685f1ec9c2ba33568e94e20bc423e8e63cb4091 (diff) | |
download | bugzilla-d68947859602d674ea47a96587df89e3b414725e.tar.gz bugzilla-d68947859602d674ea47a96587df89e3b414725e.tar.xz |
s/new Account/New Account/ on new index page in order to make the text grammatically correct. [r=mkanat@IRC]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 80b346195..2039318a7 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -153,7 +153,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions); [% IF user.id %] User Preferences [% ELSIF Param('createemailregexp') && user.authorizer.user_can_create_account %] - Open a new Account + Open a New Account [% ELSE %] Log In [% END%]</span> |