]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1151396 - Improve description of 'resolution_forbidden_with_open_blockers' param...
authorGervase Markham <gerv@gerv.net>
Fri, 10 Apr 2015 10:17:08 +0000 (11:17 +0100)
committerGervase Markham <gerv@gerv.net>
Fri, 10 Apr 2015 10:17:08 +0000 (11:17 +0100)
template/en/default/admin/params/bugchange.html.tmpl

index 4d73e0cb1d5bf72bb8bde7461d6eb1f485960cd6..89553ad7aa10534e46b6bde80511f0e5b7886fbd 100644 (file)
   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.",
+  }
 %]