diff options
author | lpsolit%gmail.com <> | 2005-10-15 02:54:56 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-15 02:54:56 +0200 |
commit | e59214c4ed109f9afd6999f0392399729158d1c9 (patch) | |
tree | ec6879260afdd5e162a928c1f352a20d1d98354c /template/en | |
parent | 5327490291ea3e583aa1b2d9d80cab6d2f2508bd (diff) | |
download | bugzilla-e59214c4ed109f9afd6999f0392399729158d1c9.tar.gz bugzilla-e59214c4ed109f9afd6999f0392399729158d1c9.tar.xz |
Bug 312356: The defaultpriority param should be grouped together with defaultseverity, opsys and platform - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/bugchange.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/params/bugfields.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 02ed1bce5..7d886bccc 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -35,8 +35,6 @@ "If off, then all $terms.bugs initially have the default " _ "milestone for the product being filed in.", - defaultpriority => "This is the priority that newly entered $terms.bugs are set to.", - musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _ "the milestone be set in order for a user to ACCEPT a ${terms.bug}?", diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl index 2e82e08e5..598b9109a 100644 --- a/template/en/default/admin/params/bugfields.html.tmpl +++ b/template/en/default/admin/params/bugfields.html.tmpl @@ -46,6 +46,8 @@ usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _ "$terms.bugs an easy-to-remember name by which you can refer to them?", + defaultpriority => "This is the priority that newly entered $terms.bugs are set to.", + defaultseverity => "This is the severity that newly entered $terms.bugs are set to.", defaultplatform => "This is the platform that is preselected on the $terms.bug " _ |