summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-13 08:47:33 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-13 08:47:33 +0000
commit20b2f823a8fd01efbbac299e50c766bf5b8e1be5 (patch)
treeec8517c89f85066895bb0b07062ccb0ad5caab3d
parent0ca50afacd566c0fb1fb9326da034466fc2a9e57 (diff)
downloaddrakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar
drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.gz
drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.bz2
drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.xz
drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.zip
po fix
-rw-r--r--perl-install/standalone/net_applet5
1 files changed, 3 insertions, 2 deletions
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, ...)")),
);