From 7d1af605344e93b289e46c9d5520532b6f2cad15 Mon Sep 17 00:00:00 2001
From: "bugreport%peshkin.net" <>
Date: Fri, 25 Oct 2002 10:59:26 +0000
Subject: Bug 162990 Shorthand/wildcard entry for login names in assign, cc,
qa, fields patch by not_erik@dasbistro.com r=joel, myk
---
template/en/default/global/code-error.html.tmpl | 4 ++++
template/en/default/global/field-descs.html.tmpl | 2 ++
2 files changed, 6 insertions(+)
(limited to 'template/en/default')
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index beca23562..1ec1c4626 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -90,6 +90,10 @@
Attempted to add bug to an inactive group, identified by the bit
'[% bit FILTER html %]'.
+ [% ELSIF error == "bad_arg" %]
+ Bad argument [% argument %]
sent to
+ [% function %]
function.
+
[% ELSIF error == "invalid_attach_id_to_obsolete" %]
The attachment number of one of the attachments you wanted to obsolete,
[% attach_id FILTER html %], is invalid.
diff --git a/template/en/default/global/field-descs.html.tmpl b/template/en/default/global/field-descs.html.tmpl
index f8ffd4228..6349b6b1b 100644
--- a/template/en/default/global/field-descs.html.tmpl
+++ b/template/en/default/global/field-descs.html.tmpl
@@ -28,6 +28,7 @@
"bug_id" => "Bug ID",
"bug_severity" => "Severity",
"bug_status" => "Status",
+ "cc" => "CC",
"cclist_accessible" => "CC list accessible?",
"component_id" => "Component ID",
"component" => "Component",
@@ -37,6 +38,7 @@
"everconfirmed" => "Ever confirmed?",
"groupset" => "Groupset",
"keywords" => "Keywords",
+ "newcc" => "CC",
"op_sys" => "OS",
"percentage_complete" => "%Complete",
"priority" => "Priority",
--
cgit v1.2.3-24-g4f1b