From dc773b20f235a616789b6bb2bf38e53e623d840a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 14:22:22 +0000 Subject: when offering to restart dm, offer yes/no as choice rather than ok/cancel (#6810) --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 2547cd901..7fea03317 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -74,7 +74,7 @@ several different X sessions on your local machine at the same time.")), } $cfg_file; log::explanations("Switching to \"$dm\" display manager"); if (any::running_window_manager()) { - $in->ask_okcancel('', N("The change is done, do you want to restart the dm service ?"), 1) and services::restart("dm"); + $in->ask_yesorno('', N("The change is done, do you want to restart the dm service ?"), 1) and services::restart("dm"); } } -- cgit v1.2.1