diff options
author | timeless%mozdev.org <> | 2007-07-23 03:25:10 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-23 03:25:10 +0000 |
commit | efe725f656d0e44bef2c1573a59d3eddf3029b2a (patch) | |
tree | eefdd829d63eadf0622aa16c3cadac00eaabdb85 /editproducts.cgi | |
parent | 037e0329c03537cdb893c6a50758a087f00d8fbc (diff) | |
download | bugs-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar bugs-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz bugs-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.bz2 bugs-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.xz bugs-efe725f656d0e44bef2c1573a59d3eddf3029b2a.zip |
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index dac5799ad..9be85ded9 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -317,7 +317,7 @@ if ($action eq 'new') { push(@series, [$resolution, "resolution=" .url_quote($resolution)]); } - # For localisation reasons, we get the name of the "global" subcategory + # For localization reasons, we get the name of the "global" subcategory # and the title of the "open" query from the submitted form. my @openedstatuses = BUG_STATE_OPEN; my $query = |