diff options
author | lpsolit%gmail.com <> | 2006-11-28 03:09:14 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-11-28 03:09:14 +0100 |
commit | ac2af67b1798b3e7b30f4e8857dee35b8d04cd4b (patch) | |
tree | 72a9105554891b134274529fe8b1239131cd7df8 /template/en/default | |
parent | 58e6f3b917ac29d28cf087c22911eb07dd54181b (diff) | |
download | bugzilla-ac2af67b1798b3e7b30f4e8857dee35b8d04cd4b.tar.gz bugzilla-ac2af67b1798b3e7b30f4e8857dee35b8d04cd4b.tar.xz |
Bug 361867: The description for the 'allowbugdeletion' parameter should not say deleting versions can delete bugs - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/params/admin.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl index 2602cf20c..f86957284 100644 --- a/template/en/default/admin/params/admin.html.tmpl +++ b/template/en/default/admin/params/admin.html.tmpl @@ -25,9 +25,9 @@ %] [% param_descs = { - allowbugdeletion => "The pages to edit products and components and versions can delete " _ - "all associated $terms.bugs when you delete a product (or component or " _ - "version). Since that is a pretty scary idea, you have to turn on " _ + allowbugdeletion => "The pages to edit products and components can delete all " _ + "associated $terms.bugs when you delete a product (or component). " _ + "Since that is a pretty scary idea, you have to turn on " _ "this option before any such deletions will ever happen.", allowemailchange => "Users can change their own email address through the preferences. " _ |