From eb51ce669b7c36ab927a4e50f149b3cefe30edbc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Sep 2007 18:24:23 +0000 Subject: distinct both noun & verb forms for "Install" (needed for #33781) --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index d650c7d82..48246de7a 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -131,7 +131,7 @@ sub selectInstallClass { interactive_help_id => 'selectInstallClass', }, [ { val => \$p, - list => [ @l, N_("Install") ], + list => [ @l, N_("_: This is a noun:\nInstall") ], type => 'list', format => sub { ref($_[0]) ? N("Upgrade %s", $_[0]{release}) : translate($_[0]) } } ]); -- cgit v1.2.1