From 0908aa8eba697d699e4df007c6e3f5e2bb2a19ce Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Jul 2002 14:57:33 +0000 Subject: don't translate useless strings (here: "\n") --- perl-install/standalone/drakbackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index cea2f41ac..d631da458 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -1978,7 +1978,7 @@ sub system_state { $where_cd and $system_state .= _(" on device : %s", $cd_device); $where_tape and $system_state .= _("\n- Save to Tape on device : %s", $tape_device); $media_erase and $system_state .= _("\t\tErase=%s", $erase_media); - ($where_cd || $where_tape) and $system_state .= _("\n"); + ($where_cd || $where_tape) and $system_state .= "\n"; $where_net and $system_state .= _("\n- Save via %s on host : %s\n", $net_proto, $host_name); $where_net and $system_state .= _("\t\t user name: %s\n\t\t on path: %s \n", $login_user, $host_path); -- cgit v1.2.1