diff options
-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. " _ |