diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-18 19:50:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-18 19:50:58 +0000 |
commit | b55ebe3c83e94e30b384135664f1d946df91b9b1 (patch) | |
tree | 1654296db7b7eee95bbbaf94174eda38ea7a48db | |
parent | 8d64382e3914d5608617e44a2794a70edfbd5a23 (diff) | |
download | drakx-backup-do-not-use-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar drakx-backup-do-not-use-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.gz drakx-backup-do-not-use-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.bz2 drakx-backup-do-not-use-b55ebe3c83e94e30b384135664f1d946df91b9b1.tar.xz drakx-backup-do-not-use-b55ebe3c83e94e30b384135664f1d946df91b9b1.zip |
sync translation with stock item
-rw-r--r-- | perl-install/network/netconnect.pm | 3 |
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; } |