From c6e47461e32197e566a687f2654b18ef908a8c30 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Fri, 3 Aug 2012 00:27:27 +0200 Subject: Bug 759413 - Use "cannot" instead of "can not". r=Wurblzap, a=LpSolit --- template/en/default/admin/fieldvalues/confirm-delete.html.tmpl | 2 +- template/en/default/bug/dependency-tree.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'template/en') 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 %]
  • '[% 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.
  • [% 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 @@
    - [%# 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 %] [% url FILTER html %] 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" %] -- cgit v1.2.3-24-g4f1b