diff options
author | Gervase Markham <gerv@gerv.net> | 2015-04-10 12:17:08 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-04-10 12:17:08 +0200 |
commit | 3d40dae2c1c324d3e24dd1517102b43d558bb619 (patch) | |
tree | c2d7152f5d8711293a1c2ae93b807c69cdae77f7 /template | |
parent | 2149ec1518cb5051d9410248a1dde91490c6576d (diff) | |
download | bugzilla-3d40dae2c1c324d3e24dd1517102b43d558bb619.tar.gz bugzilla-3d40dae2c1c324d3e24dd1517102b43d558bb619.tar.xz |
Bug 1151396 - Improve description of 'resolution_forbidden_with_open_blockers' param. r=LpSolit, a=glob
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/bugchange.html.tmpl | 8 |
1 files 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.", + } %] |