From 805f7a55d5adfc4cc3d7fd40d1e18f5936b70db7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Sep 2003 13:56:01 +0000 Subject: follow std explanations policy --- perl-install/standalone/drakedm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 286437bf2..2547cd901 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -43,7 +43,7 @@ foreach (cat_($cfg_file)) { if (!$dm) { $dm = 'KDE'; - log::explanations("defaulting to $dm for display manager") + log::explanations("Defaulting to $dm for display manager") } my @raw_list = sort keys %dm; @@ -72,7 +72,7 @@ several different X sessions on your local machine at the same time.")), s/^\n//g; $_ .= "\nDISPLAYMANAGER=$dm\n" if eof; } $cfg_file; - log::explanations("display manager is now $dm"); + 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"); } -- cgit v1.2.1