From f0295fc770c87384975988a2ed09c8bf8f6273f0 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Sat, 12 Nov 2005 18:09:53 +0000 Subject: [PATCH] Bug 314621: usemenuforusers description should say "dropdown" instead of "popup" Patch by Marc Schumann r=mkanat, a=justdave --- defparams.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defparams.pl b/defparams.pl index b598cc20cc..f8e2c17e72 100644 --- a/defparams.pl +++ b/defparams.pl @@ -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', -- 2.47.3