diff options
author | wurblzap%gmail.com <> | 2005-11-12 19:09:44 +0100 |
---|---|---|
committer | wurblzap%gmail.com <> | 2005-11-12 19:09:44 +0100 |
commit | f0bcc18f7a676230d2d700dd2b56a9dc2620f80b (patch) | |
tree | 6faae416c2d094d6468b6324a3798e17a333f30b /template | |
parent | e533434c36adb9531f1642815b4340e8df90cbe2 (diff) | |
download | bugzilla-f0bcc18f7a676230d2d700dd2b56a9dc2620f80b.tar.gz bugzilla-f0bcc18f7a676230d2d700dd2b56a9dc2620f80b.tar.xz |
Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"
Patch by Marc Schumann <wurblzap@gmail.com>
r=mkanat, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/usermatch.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl index bf733c933..66f22ce94 100644 --- a/template/en/default/admin/params/usermatch.html.tmpl +++ b/template/en/default/admin/params/usermatch.html.tmpl @@ -25,7 +25,8 @@ %] [% param_descs = { - usemenuforusers => "If this option is set, a popup menu will be used where a user " _ + usemenuforusers => "If this option is set, $terms.Bugzilla will offer you a list " _ + "to select from (instead of a text entry field) where a user " _ "needs to be selected. This option should not be enabled on " _ "sites where there are a large number of users.", |