diff options
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index a14b34438..321dd1110 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -921,9 +921,9 @@ sub configure_net { if (!$netcnx->{type}) { $in->ask_warn( N("Warning"), - #-PO: here "Add Connexion" should be translated the same was as in control-center + #-PO: here "Add Connection" should be translated the same was as in control-center N("You don't have any configured Internet connection. -Run the \"Add Connexion\" assistant from the Mandrakelinux Control Center")); +Run the \"Add Connection\" assistant from the Mandrakelinux Control Center")); $in->exit; } my $cnx = {}; |