diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-01 04:36:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-01 04:36:58 +0000 |
commit | e58465395427b7b36cbb99cfccbf705c6fcdf3e8 (patch) | |
tree | f6684c1db1baab67e656cb11e89ae115894473e3 /perl-install | |
parent | 0ac47bdd7c4042e87a51c4c0ea768d5cd6e74c85 (diff) | |
download | drakx-e58465395427b7b36cbb99cfccbf705c6fcdf3e8.tar drakx-e58465395427b7b36cbb99cfccbf705c6fcdf3e8.tar.gz drakx-e58465395427b7b36cbb99cfccbf705c6fcdf3e8.tar.bz2 drakx-e58465395427b7b36cbb99cfccbf705c6fcdf3e8.tar.xz drakx-e58465395427b7b36cbb99cfccbf705c6fcdf3e8.zip |
unbreak drakclock
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakclock | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |