diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 18:33:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 18:33:42 +0200 |
commit | 7649e0c2effabdc179bab9797d5263030dc84591 (patch) | |
tree | 583c4101df77e2a0b68b2f683192a2d47da6c927 | |
parent | 1bd5195444547898fdd76084512f282935a79930 (diff) | |
download | bugzilla-7649e0c2effabdc179bab9797d5263030dc84591.tar.gz bugzilla-7649e0c2effabdc179bab9797d5263030dc84591.tar.xz |
Bug 642388: Description of field days_elapsed missing from global/field-descs.none.tmpl
r=wurblzap a=LpSolit
-rw-r--r-- | Bugzilla/Field.pm | 1 | ||||
-rw-r--r-- | template/en/default/global/field-descs.none.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index a41cd9357..219172094 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -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}, diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index 479944ff9..49962aeeb 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -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", |