From: Gervase Markham Date: Fri, 10 Apr 2015 10:17:08 +0000 (+0100) Subject: Bug 1151396 - Improve description of 'resolution_forbidden_with_open_blockers' param... X-Git-Tag: release-5.1.1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d40dae2c1c324d3e24dd1517102b43d558bb619;p=thirdparty%2Fbugzilla.git Bug 1151396 - Improve description of 'resolution_forbidden_with_open_blockers' param. r=LpSolit, a=glob --- diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 4d73e0cb1d..89553ad7aa 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.", + } %]