summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/notify-x11-free-driver-switch
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mageia.org>2011-12-04 02:23:58 +0000
committerAnssi Hannula <anssi@mageia.org>2011-12-04 02:23:58 +0000
commitcb81da8dff967a061522f2027f85706669ee058c (patch)
tree7953b91381b393fc86fd53fa37fa30cc97935bcd /perl-install/standalone/notify-x11-free-driver-switch
parent0de778ccea2e000b83be774271f8c0596a516b7e (diff)
downloaddrakx-backup-do-not-use-cb81da8dff967a061522f2027f85706669ee058c.tar
drakx-backup-do-not-use-cb81da8dff967a061522f2027f85706669ee058c.tar.gz
drakx-backup-do-not-use-cb81da8dff967a061522f2027f85706669ee058c.tar.bz2
drakx-backup-do-not-use-cb81da8dff967a061522f2027f85706669ee058c.tar.xz
drakx-backup-do-not-use-cb81da8dff967a061522f2027f85706669ee058c.zip
service_harddrake: better messages in notify-x11-free-driver-switch
Diffstat (limited to 'perl-install/standalone/notify-x11-free-driver-switch')
-rwxr-xr-xperl-install/standalone/notify-x11-free-driver-switch4
1 files changed, 2 insertions, 2 deletions
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/!;