From c0496377c6b1df9db70ed9eca648402c11d5e61e Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Tue, 20 Jun 2006 01:27:04 +0000 Subject: Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Dascalu . --- template/en/default/admin/groups/change.html.tmpl | 2 +- template/en/default/global/code-error.html.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/en/default/admin/groups/change.html.tmpl b/template/en/default/admin/groups/change.html.tmpl index c2f2c8f9f..3137fd803 100644 --- a/template/en/default/admin/groups/change.html.tmpl +++ b/template/en/default/admin/groups/change.html.tmpl @@ -28,7 +28,7 @@ # 1 - remove_explicit_members # 2 - remove_explicit_members_regexp # 3 - no conversion, just save the changes - # changes: boolean int. Is 1 if changes occured. + # changes: boolean int. Is 1 if changes occurred. # gid: integer. The ID of the group. # name: the name of the product where removal is performed. # regexp: the regexp according to which the update is performed. diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index e1dfe57d9..18e478300 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -124,7 +124,7 @@ [% END %] [% ELSIF error == "extension_invalid" %] - An error occured processing hook [% name FILTER html %] in + An error occurred processing hook [% name FILTER html %] in extension [% extension FILTER html %]. [% ELSIF error == "extern_id_conflict" %] @@ -378,7 +378,7 @@ [% ELSE %] [% title = "Internal error" %] - An internal error has occured, but [% terms.Bugzilla %] doesn't know + An internal error has occurred, but [% terms.Bugzilla %] doesn't know what [% error FILTER html %] means. If you are a [% terms.Bugzilla %] end-user seeing this message, please save -- cgit v1.2.3-24-g4f1b