From c6bb75b746504a2536148bdb17d214caace4e69f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Oct 2009 17:14:07 +0000 Subject: better messages --- perl-install/standalone/notify-x11-free-driver-switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1a7ecc1b5..38bd8cba3 100755 --- a/perl-install/standalone/notify-x11-free-driver-switch +++ b/perl-install/standalone/notify-x11-free-driver-switch @@ -18,6 +18,6 @@ my $reason = cat_($ENV{LOCK}); $in->ask_warn(N("Warning"), join("\n\n", N("The proprietary driver for your graphic card can not be found, the system is now using the free software driver (%s).", $driver), - if_($reason, N("Reason: %s", $reason)), + if_($reason, N("Reason: %s.", $reason)), )); unlink $0 if $0 =~ m!/etc/X11/xsetup.d/!; -- cgit v1.2.1