Commit 7649e0c2 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 642388: Description of field days_elapsed missing from global/field-descs.none.tmpl

r=wurblzap a=LpSolit
parent 1bd51954
......@@ -163,6 +163,7 @@ use constant SQL_DEFINITIONS => {
# Field definitions for the fields that ship with Bugzilla.
# These are used by populate_field_definitions to populate
# the fielddefs table.
# 'days_elapsed' is set in populate_field_definitions() itself.
use constant DEFAULT_FIELDS => (
{name => 'bug_id', desc => 'Bug #', in_new_bugmail => 1,
buglist => 1, is_numeric => 1},
......
......@@ -98,6 +98,7 @@
"component" => "Component",
"content" => "Content",
"creation_ts" => "Creation date",
"days_elapsed" => "Days since bug changed",
"deadline" => "Deadline",
"delta_ts" => "Changed",
"dependson" => "Depends on",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment