diff options
author | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
commit | 79ec29975ac8d1a4f49b83ed404a1ee04c33b73c (patch) | |
tree | fd747279bdfb8f3857e7e64468c0915649319523 /template/en/default/admin | |
parent | 2c82105b0fed5d6739111c5de8dba063b01ab446 (diff) | |
download | bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.gz bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.xz |
Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to define what the fixed resolution is. r,a=glob
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/bugchange.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index f442c5953..4d73e0cb1 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -37,6 +37,6 @@ commentonduplicate => "If this option is on, the user needs to enter a short comment " _ "if the $terms.bug is marked as duplicate.", - noresolveonopenblockers => "Don\'t allow $terms.bugs to be resolved as fixed " _ - "if they have unresolved dependencies." } + resolution_forbidden_with_open_blockers => "Don't allow $terms.bugs to be resolved with " _ + "this resolution if they have unresolved dependencies." } %] |