From a67e05fd5cafc8d79e029bb5adbfab81248a1767 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 23 Aug 2004 07:08:27 +0000 Subject: no space before question marks in English --- perl-install/standalone/drakclock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakclock') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index e4a3c6253..45a7e798f 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -217,7 +217,7 @@ sub install_ntp() { $my_win->{window}->set_sensitive(0); if (warn_dialog(N("Warning"), N("We need to install ntp package\n to enable Network Time Protocol -Do you want to install ntp ?"))) { +Do you want to install ntp?"))) { $in->do_pkgs->install('ntp'); } else { ntp_widget_state(0); -- cgit v1.2.1