diff options
-rw-r--r-- | perl-install/standalone/net_applet | 5 |
1 files changed, 4 insertions, 1 deletions
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\"") + ] } ); |