summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-18 19:50:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-18 19:50:58 +0000
commitb55ebe3c83e94e30b384135664f1d946df91b9b1 (patch)
tree1654296db7b7eee95bbbaf94174eda38ea7a48db /perl-install/network
parent8d64382e3914d5608617e44a2794a70edfbd5a23 (diff)
downloaddrakx-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar
drakx-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.gz
drakx-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.bz2
drakx-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.xz
drakx-b55ebe3c83e94e30b384135664f1d946df91b9b1.zip
sync translation with stock item
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 42cbd6e02..73be540df 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -46,7 +46,8 @@ sub pre_func {
$in->isa('interactive::gtk') or return;
$::Wizard_no_previous = 1;
#- for i18n : %s is the type of connection of the list: (modem, isdn, adsl, cable, local network);
- $in->ask_okcancel(N("Network Configuration Wizard"), N("\n\n\nWe are now going to configure the %s connection.\n\n\nPress OK to continue.", translate($text)), 1);
+ #-PO here, "forward" is the standard gtk+ button for "next"; check what is displayed in your language
+ $in->ask_okcancel(N("Network Configuration Wizard"), N("\n\n\nWe are now going to configure the %s connection.\n\n\nPress \"Forward\" to continue.", translate($text)), 1);
undef $::Wizard_no_previous;
}