From b55ebe3c83e94e30b384135664f1d946df91b9b1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 18 Jul 2003 19:50:58 +0000 Subject: sync translation with stock item --- perl-install/network/netconnect.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/network') 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; } -- cgit v1.2.1