]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 933353 - UNCONFIRMED hardcoded in product list.
authorMarc Schumann <wurblzap@gmail.com>
Mon, 4 Nov 2013 22:14:57 +0000 (23:14 +0100)
committerMarc Schumann <wurblzap@gmail.com>
Mon, 4 Nov 2013 22:14:57 +0000 (23:14 +0100)
r=LpSolit; a=glob

template/en/default/admin/products/list.html.tmpl

index 0776b677ca3d26389d587067b4ae1124885677b5..364cf79e9c30fa2b8905972b293664efbc1bbb25 100644 (file)
@@ -46,7 +46,8 @@
      },
      {
        name => "allows_unconfirmed"
-       heading => "Allow UNCONFIRMED $terms.Bugs"
+       heading => "Allow " _ display_value('bug_status', 'UNCONFIRMED') _
+                       " " _ terms.Bugs
        yesno_field => 1
      },
 ] %]