summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakconnect2
-rw-r--r--perl-install/standalone/net_applet2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index cd981deae..bce9c6b7f 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 \"Add Connection\" assistant from the Mandrakelinux Control Center"));
+Run the \"%s\" assistant from the Mandrakelinux Control Center"), N("Set up a new network interface"));
$in->exit;
}
my $cnx = {};
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet
index 0a00e7f5e..ed3ae3a02 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 \"Set up a new network interface\" assistant from the Mandrakelinux Control Center")
+Run the \"%s\" assistant from the Mandrakelinux Control Center", N("Set up a new network interface"))
]
}
);