Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d00f3ac2
Commit
d00f3ac2
authored
Mar 19, 2004
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 237517 inconsistent spelling of cancelled or canceled
r=kiko a=justdave
parent
e3b52184
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cancel-token.txt.tmpl
template/en/default/account/cancel-token.txt.tmpl
+1
-1
messages.html.tmpl
template/en/default/global/messages.html.tmpl
+1
-1
token.cgi
token.cgi
+1
-1
No files found.
template/en/default/account/cancel-token.txt.tmpl
View file @
d00f3ac2
...
...
@@ -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_cancel
l
ed' %]
You have requested cancellation.
[% ELSIF cancelaction == 'user_logged_in' %]
...
...
template/en/default/global/messages.html.tmpl
View file @
d00f3ac2
...
...
@@ -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_cancel
l
ed" %]
[% title = "Cancel Request to Change Password" %]
Your request has been cancelled.
...
...
token.cgi
View file @
d00f3ac2
...
...
@@ -175,7 +175,7 @@ sub confirmChangePassword {
}
sub
cancelChangePassword
{
$vars
->
{
'message'
}
=
"password_change_canceled"
;
$vars
->
{
'message'
}
=
"password_change_cancel
l
ed"
;
Bugzilla::Token::
Cancel
(
$::token
,
$vars
->
{
'message'
});
print
$cgi
->
header
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment