From: wurblzap%gmail.com <> Date: Sat, 12 Nov 2005 18:09:44 +0000 (+0000) Subject: Bug 314621: usemenuforusers description should say "dropdown" instead of "popup" X-Git-Tag: bugzilla-2.22rc1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0bcc18f7a676230d2d700dd2b56a9dc2620f80b;p=thirdparty%2Fbugzilla.git Bug 314621: usemenuforusers description should say "dropdown" instead of "popup" Patch by Marc Schumann r=mkanat, a=justdave --- diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl index bf733c9334..66f22ce94a 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.",