diff options
author | bugreport%peshkin.net <> | 2002-10-25 12:59:26 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-10-25 12:59:26 +0200 |
commit | 7d1af605344e93b289e46c9d5520532b6f2cad15 (patch) | |
tree | 74e59342af2e8e550c79b379957de26d6a779cf7 /template/en/default/global/field-descs.html.tmpl | |
parent | 80b04d87987037a62e3755beeca519246d99b319 (diff) | |
download | bugzilla-7d1af605344e93b289e46c9d5520532b6f2cad15.tar.gz bugzilla-7d1af605344e93b289e46c9d5520532b6f2cad15.tar.xz |
Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fields
patch by not_erik@dasbistro.com
r=joel, myk
Diffstat (limited to 'template/en/default/global/field-descs.html.tmpl')
-rw-r--r-- | template/en/default/global/field-descs.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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", |