From 42e86d1b511388bf65ea0896951b976e04f2c77b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Feb 2003 16:34:55 +0000 Subject: display the release even when there is only one system to upgrade (asked by flepied & warly) --- perl-install/install_steps_interactive.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (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 f296fde2c..86c9a2ded 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -141,9 +141,7 @@ sub selectInstallClass { interactive_help_id => 'selectInstallClass', }, sub { - ref($_[0]) ? (@l > 1 ? - N("Upgrade %s", $_[0]{release}) : - N("Upgrade")) : + ref($_[0]) ? N("Upgrade %s", $_[0]{release}) : translate($_[0]); }, [ @l, N_("Install") ]); if (ref $p) { -- cgit v1.2.1