diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 17:11:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 17:11:11 +0000 |
commit | d1d095ef2c35179fb32eab7f7d07d47f81b8b671 (patch) | |
tree | 0324eee13043ad252962e8dba23ffc7148530503 /perl-install | |
parent | 1f72cd5c472d88d0b9308d1a5c0840c8e47eac7f (diff) | |
download | drakx-d1d095ef2c35179fb32eab7f7d07d47f81b8b671.tar drakx-d1d095ef2c35179fb32eab7f7d07d47f81b8b671.tar.gz drakx-d1d095ef2c35179fb32eab7f7d07d47f81b8b671.tar.bz2 drakx-d1d095ef2c35179fb32eab7f7d07d47f81b8b671.tar.xz drakx-d1d095ef2c35179fb32eab7f7d07d47f81b8b671.zip |
reuse the very same message
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 | ||||
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index bce9c6b7f..85be4c289 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -972,7 +972,7 @@ sub configure_net { N("Warning"), #-PO: here "Add Connection" should be translated the same was as in control-center N("You do not have any configured Internet connection. -Run the \"%s\" assistant from the Mandrakelinux Control Center"), N("Set up a new network interface")); +Run the \"%s\" assistant from the Mandrakelinux Control Center"), N("Set up a new network interface (LAN, ISDN, ADSL, ...)")); $in->exit; } my $cnx = {}; diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index ed3ae3a02..68d6f5b19 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -48,7 +48,7 @@ my %appletstate = ( menu => [ 'confNetwork', 'refresh', 'help' ], tt => [ N_("You do not have any configured Internet connection. -Run the \"%s\" assistant from the Mandrakelinux Control Center", N("Set up a new network interface")) +Run the \"%s\" assistant from the Mandrakelinux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")) ] } ); |