From 597710662d631d854cf96bbd8b212ed0c6f47d93 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 30 Jul 2004 11:30:15 +0000 Subject: keep strings synced and warn both coders and translators about it --- perl-install/standalone/net_applet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 964a951c1..4ffbd4ab4 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -35,7 +35,10 @@ my %appletstate = ( colour => [ 'disconnected' ], changes => [ 'connected', 'error', 'busy' ], menu => [ 'confNetwork', 'refresh', 'help' ], - tt => [ N("Network is down. Click on \"configure Network\"") ] + tt => [ + #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below + N("Network is down. Click on \"Configure Network\"") + ] } ); -- cgit v1.2.1