diff options
author | timeless%mozdev.org <> | 2004-03-19 01:14:54 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2004-03-19 01:14:54 +0100 |
commit | d00f3ac25660d8f535f6ae00c54fc0c08bcae7f3 (patch) | |
tree | 03ee3718c5ce09d37e39c89a75b7956743d6dc74 /template/en/default | |
parent | e3b52184cc832c5fe5cbf23f30a3f939295f3fc0 (diff) | |
download | bugzilla-d00f3ac25660d8f535f6ae00c54fc0c08bcae7f3.tar.gz bugzilla-d00f3ac25660d8f535f6ae00c54fc0c08bcae7f3.tar.xz |
Bug 237517 inconsistent spelling of cancelled or canceled
r=kiko a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/cancel-token.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index f014820ef..de2278419 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -70,7 +70,7 @@ Cancelled Because: The request to change the email address for your account to [% new_email %] has been cancelled. - [% ELSIF cancelaction == 'password_change_canceled' %] + [% ELSIF cancelaction == 'password_change_cancelled' %] You have requested cancellation. [% ELSIF cancelaction == 'user_logged_in' %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 7fc93f013..de518dc0a 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -94,7 +94,7 @@ [% title = "$terms.Bugzilla Login Changed" %] Your [% terms.Bugzilla %] login has been changed. - [% ELSIF message_tag == "password_change_canceled" %] + [% ELSIF message_tag == "password_change_cancelled" %] [% title = "Cancel Request to Change Password" %] Your request has been cancelled. |