diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c7ea7ebc4..1a210adbd 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1706,7 +1706,7 @@ sub media_browser { hd => N("Hard Disk"), cdrom => N("CDROM"), ); - my @network_protocols = (if_(!$save, N_("HTTP")), N_("FTP"), N_("NFS")); + my @network_protocols = (if_(!$save, N_("HTTP")), if_(0, N_("FTP")), N_("NFS")); my $to_text = sub { my ($hd) = @_; |