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/en/default/admin/groups | |
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/en/default/admin/groups')
-rw-r--r-- | template/en/default/admin/groups/change.html.tmpl | 2 |
1 files changed, 1 insertions, 1 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. |