From df815b3c8d252ffe6fe6385cf27378a3b3ece85d Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 4 Dec 2011 02:23:58 +0000 Subject: service_harddrake: better messages in notify-x11-free-driver-switch --- perl-install/standalone/notify-x11-free-driver-switch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/notify-x11-free-driver-switch') diff --git a/perl-install/standalone/notify-x11-free-driver-switch b/perl-install/standalone/notify-x11-free-driver-switch index 51e9cf85a..e871d2ee9 100755 --- a/perl-install/standalone/notify-x11-free-driver-switch +++ b/perl-install/standalone/notify-x11-free-driver-switch @@ -15,9 +15,9 @@ my $driver = eval { my $reason = cat_utf8($ENV{LOCK}); -$in->ask_warn(N("Warning"), +$in->ask_warn(N("Display driver setup"), join("\n\n", - N("The proprietary driver for your graphic card cannot be found, the system is now using the free software driver (%s).", $driver), + N("The display driver has been automatically switched to '%s'.", $driver), if_($reason, N("Reason: %s.", $reason)), )); unlink $0 if $0 =~ m!/etc/X11/xsetup.d/!; -- cgit v1.2.1