From 3d40dae2c1c324d3e24dd1517102b43d558bb619 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 10 Apr 2015 11:17:08 +0100 Subject: Bug 1151396 - Improve description of 'resolution_forbidden_with_open_blockers' param. r=LpSolit, a=glob --- template/en/default/admin/params/bugchange.html.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 4d73e0cb1..89553ad7a 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -37,6 +37,10 @@ commentonduplicate => "If this option is on, the user needs to enter a short comment " _ "if the $terms.bug is marked as duplicate.", - resolution_forbidden_with_open_blockers => "Don't allow $terms.bugs to be resolved with " _ - "this resolution if they have unresolved dependencies." } + resolution_forbidden_with_open_blockers => + "Set this parameter to a particular resolution, to prevent $terms.bugs " _ + "from being resolved with this resolution if they have unresolved " _ + "dependencies. FIXED, or its equivalent, is the most usual choice. " _ + "Leaving this parameter empty disables this feature.", + } %] -- cgit v1.2.3-24-g4f1b