From 20b2f823a8fd01efbbac299e50c766bf5b8e1be5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 13 Jul 2005 08:47:33 +0000 Subject: po fix --- perl-install/standalone/net_applet | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/net_applet') diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index bb983c0b2..f6091be19 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -44,8 +44,9 @@ my %wireless_networks; my %tooltips = ( connected => N_("Network is up on interface %s"), - #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below - disconnected => N_("Network is down on interface %s. Click on \"Configure Network\""), + disconnected => + #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below + N_("Network is down on interface %s. Click on \"Configure Network\""), notconfigured => N_("You do not have any configured Internet connection. Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")), ); -- cgit v1.2.1