diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2017-02-16 22:39:50 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-16 22:39:50 +0100 |
commit | fab635c61770842a43d6241bcee68d95034309f8 (patch) | |
tree | e9409ccc3980a5463784da3360e22cdb5a64ee37 | |
parent | 2e6f98dbf14a71f8197165f7df8fecde1b5555bf (diff) | |
download | bugzilla-fab635c61770842a43d6241bcee68d95034309f8.tar.gz bugzilla-fab635c61770842a43d6241bcee68d95034309f8.tar.xz |
Bug 1249561 - Description of 'letsubmitterchoosepriority' is misleading
r=dkl
-rw-r--r-- | template/en/default/admin/params/bugchange.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index feaf8769b..d60210b27 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -19,7 +19,9 @@ letsubmitterchoosepriority => "If this is on, then people submitting $terms.bugs can " _ "choose an initial priority for that ${terms.bug}. " _ "If off, then all $terms.bugs initially have the default " _ - "priority selected below.", + "priority defined by the " _ + "<a href=\"editparams.cgi?section=bugfields#defaultpriority_desc\">defaultpriority</a> " _ + "parameter.", letsubmitterchoosemilestone => "If this is on, then people submitting $terms.bugs can " _ "choose the Target Milestone for that ${terms.bug}. " _ |