diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-08-03 00:27:27 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-08-03 00:27:27 +0200 |
commit | c6e47461e32197e566a687f2654b18ef908a8c30 (patch) | |
tree | 088357b31df1161295226eedfe91ed36d9d205cc /template/en/default/global | |
parent | 7a9af9adf59089bd612b112c29fcb88e054dacd6 (diff) | |
download | bugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.gz bugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.xz |
Bug 759413 - Use "cannot" instead of "can not".
r=Wurblzap, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 90ac376ba..0d51eaa1b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -263,7 +263,7 @@ [% ELSIF error == "bug_url_too_long" %] [% title = "Invalid $terms.Bug URL" %] - [% terms.Bug %] URLs can not be longer than + [% terms.Bug %] URLs cannot be longer than [%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long. <code>[% url FILTER html %]</code> is too long. @@ -332,8 +332,8 @@ integer between 0 and [% constants.MAX_SMALLINT FILTER html %]. [% ELSIF error == "classification_not_deletable" %] - [% title = "Default Classification Can Not Be Deleted" %] - You can not delete the default classification + [% title = "Default Classification Cannot Be Deleted" %] + You cannot delete the default classification [% ELSIF error == "classification_has_products" %] Sorry, there are products for this classification. You @@ -435,11 +435,11 @@ Your message did not contain any text, as far as we could tell. [% ELSIF error == "empty_group_description" %] - [% title = "The group description can not be empty" %] + [% title = "The group description cannot be empty" %] You must enter a description for the group. [% ELSIF error == "empty_group_name" %] - [% title = "The group name can not be empty" %] + [% title = "The group name cannot be empty" %] You must enter a name for the group. [% ELSIF error == "entry_access_denied" %] |