diff options
author | jocuri%softhome.net <> | 2004-04-15 04:01:08 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-15 04:01:08 +0200 |
commit | 4eb439877181883d716d749358c740b2e62fd80f (patch) | |
tree | ffd8e5c9e5d0d68b7be1ebdb1463688c70c4a8ba | |
parent | 699734a99b43b601c881813db8f5a32788558c17 (diff) | |
download | bugzilla-4eb439877181883d716d749358c740b2e62fd80f.tar.gz bugzilla-4eb439877181883d716d749358c740b2e62fd80f.tar.xz |
Patch for bug 240434: replace increased with improved on the login page; r=timeless, a=justdave.
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index c8e780712..398b8adac 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -79,7 +79,7 @@ <td> <input type="checkbox" name="Bugzilla_restrictlogin" checked="checked"> - (Using this option increases security) + (Using this option improves security) </td> </tr> [% END %] |