diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 16:20:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 16:20:25 +0000 |
commit | a5a3495c25e6fdf906f569d735e08bdb32006347 (patch) | |
tree | 69242323ecda9acf09d60c699efc03d903ee50c5 /perl-install/printerdrake.pm | |
parent | f1f4c511fe2b75a7857d6aba3221294859fd1a88 (diff) | |
download | drakx-a5a3495c25e6fdf906f569d735e08bdb32006347.tar drakx-a5a3495c25e6fdf906f569d735e08bdb32006347.tar.gz drakx-a5a3495c25e6fdf906f569d735e08bdb32006347.tar.bz2 drakx-a5a3495c25e6fdf906f569d735e08bdb32006347.tar.xz drakx-a5a3495c25e6fdf906f569d735e08bdb32006347.zip |
help perl_checker
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r-- | perl-install/printerdrake.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index bd207a455..43c075dbc 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -1463,8 +1463,8 @@ sub check_network { if ($in->ask_from(_("Network functionality not configured"), _("You are going to configure a remote printer. This needs working network access, but your network is not configured yet. If you -go on without network configuration, you will not be able to -use the printer which you are configuring now. How do you want +go on without network configuration, you will not be able to use +the printer which you are configuring now. How do you want to proceed?"), [ { val => \$choice, type => 'list', list => [ _("Configure the network now"), |