From e58465395427b7b36cbb99cfccbf705c6fcdf3e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Sep 2004 04:36:58 +0000 Subject: unbreak drakclock --- perl-install/standalone/drakclock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 1f11a19e6..fce13c510 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -120,7 +120,7 @@ $my_win->{window}->add(gtkpack_(gtkset_border_width(Gtk2::VBox->new, $::isEmbedd system("service ntpd start"); $need_date = 0 } else { - warn_dialog(N("Error"), N("Could not synchronize with $choosed_serv.")); + warn_dialog(N("Error"), N("Could not synchronize with %s.", $choosed_serv)); return } } else { -- cgit v1.2.1