]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"
authorwurblzap%gmail.com <>
Sat, 12 Nov 2005 18:09:44 +0000 (18:09 +0000)
committerwurblzap%gmail.com <>
Sat, 12 Nov 2005 18:09:44 +0000 (18:09 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>
r=mkanat, a=justdave

template/en/default/admin/params/usermatch.html.tmpl

index bf733c9334f7062d72c027b193190b916830fdef..66f22ce94ad84c7d32c9998e833f5a58da1d80c1 100644 (file)
@@ -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.",