diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/fieldvalues/confirm-delete.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/dependency-tree.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl index a5d04abbe..122df3612 100644 --- a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +++ b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl @@ -101,7 +101,7 @@ [% IF value_count == 1 %] <li>'[% value.name FILTER html %]' is the last value for - '[%- field.description FILTER html %]', and so it can not be deleted. + '[%- field.description FILTER html %]', and so it cannot be deleted. </li> [% END %] diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 9f6590a73..a4bb0e672 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -219,7 +219,7 @@ <td> <form method="get" action="showdependencytree.cgi" style="display: inline; margin: 0px;"> - [%# Limit entry form: the button can not do anything when total depth + [%# Limit entry form: the button cannot do anything when total depth is less than two, so disable it %] <input name="maxdepth" size="4" maxlength="4" value="[% maxdepth > 0 && maxdepth <= realdepth ? maxdepth : "" 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" %] |