]> 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:53 +0000 (18:09 +0000)
committerwurblzap%gmail.com <>
Sat, 12 Nov 2005 18:09:53 +0000 (18:09 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>
r=mkanat, a=justdave

defparams.pl

index b598cc20cc4a4e42bc0025a1fc4aa73f15e8019e..f8e2c17e7232f4518ee46363e5d1731b5ec27aef 100644 (file)
@@ -1357,7 +1357,8 @@ Reason: %reason%
 
   {
    name => 'usemenuforusers',
-   desc => 'If this option is set, a popup menu will be used where a user' .
+   desc => 'If this option is set, 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.',
    type => 'b',