From d69b9a45e9b7031fc569ca1970abd012a84fede1 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 17 Oct 2002 06:15:44 +0000 Subject: Bug 174221 - field names should be l10n in user-errors.html.tmpl. Patch by jeff.hedlund@matrixsi.com; r=burnus, gerv. --- template/en/default/global/field-descs.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/field-descs.html.tmpl') diff --git a/template/en/default/global/field-descs.html.tmpl b/template/en/default/global/field-descs.html.tmpl index 4e97c11f5..f8ffd4228 100644 --- a/template/en/default/global/field-descs.html.tmpl +++ b/template/en/default/global/field-descs.html.tmpl @@ -33,14 +33,17 @@ "component" => "Component", "creation_ts" => "Bug Creation time", "delta_ts" => "Last Changed time", + "estimated_time" => "Orig. Est.", "everconfirmed" => "Ever confirmed?", "groupset" => "Groupset", "keywords" => "Keywords", "op_sys" => "OS", + "percentage_complete" => "%Complete", "priority" => "Priority", "product_id" => "Product ID", "product" => "Product", "qa_contact" => "QA Contact", + "remaining_time" => "Hours Left", "rep_platform" => "Hardware", "reporter" => "Reporter", "reporter_accessible" => "Reporter accessible?", @@ -49,4 +52,5 @@ "status_whiteboard" => "Whiteboard", "target_milestone" => "Target Milestone", "version" => "Version", - "votes" => "Votes" } %] + "votes" => "Votes", + "work_time" => "Hours Worked"} %] -- cgit v1.2.3-24-g4f1b