diff options
author | vladd%bugzilla.org <> | 2006-06-20 03:27:04 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 03:27:04 +0200 |
commit | c0496377c6b1df9db70ed9eca648402c11d5e61e (patch) | |
tree | 68b634e7a4107dc75760dc896b0656ccefa79319 /template | |
parent | 3f3d5544a2f451014e460a12a1d250d20df66517 (diff) | |
download | bugzilla-c0496377c6b1df9db70ed9eca648402c11d5e61e.tar.gz bugzilla-c0496377c6b1df9db70ed9eca648402c11d5e61e.tar.xz |
Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/change.html.tmpl | 2 | ||||
-rw-r--r-- | 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 <code>[% error FILTER html %]</code> means. If you are a [% terms.Bugzilla %] end-user seeing this message, please save |