From e06e903149ba296b4bfcbd81b53f3349bc23d5f8 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Mon, 4 Nov 2013 22:31:01 +0000 Subject: [PATCH] Bug 933353 - UNCONFIRMED hardcoded in product list. r=LpSolit; a=glob git-svn-id: svn://10.0.0.236/trunk@265093 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/template/en/default/admin/products/list.html.tmpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index fe64203f796..092eead717a 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8796 \ No newline at end of file +8797 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/products/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/products/list.html.tmpl index 0776b677ca3..364cf79e9c3 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/products/list.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/products/list.html.tmpl @@ -46,7 +46,8 @@ }, { name => "allows_unconfirmed" - heading => "Allow UNCONFIRMED $terms.Bugs" + heading => "Allow " _ display_value('bug_status', 'UNCONFIRMED') _ + " " _ terms.Bugs yesno_field => 1 }, ] %]