diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 16:43:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 16:43:43 +0000 |
commit | 0553bb6908f22e8623a0530c6c36410f4e457071 (patch) | |
tree | e1cca94c6b32e84109c45309f011e953811b3e50 /perl-install/standalone/net_applet | |
parent | 46c48257fb3207c5640907c2475974a71bec8ebe (diff) | |
download | drakx-0553bb6908f22e8623a0530c6c36410f4e457071.tar drakx-0553bb6908f22e8623a0530c6c36410f4e457071.tar.gz drakx-0553bb6908f22e8623a0530c6c36410f4e457071.tar.bz2 drakx-0553bb6908f22e8623a0530c6c36410f4e457071.tar.xz drakx-0553bb6908f22e8623a0530c6c36410f4e457071.zip |
unbreak blino change: reuse string from mcc since that's what will be displayed and allter *all* callers
Diffstat (limited to 'perl-install/standalone/net_applet')
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
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")) ] } ); |