From 9de830057ebc29c4c5bf58665c7520093d1e14ba Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Dec 2003 10:41:56 +0000 Subject: fix wrong message in error patch (catched by new perl_checker) --- perl-install/harddrake/sound.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 747a56e7c..63ca1f0f0 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -234,8 +234,8 @@ The new \"%s\" driver'll only be used on next bootstrap.", $driver, $new_driver) [ &get_any_driver_entry($in, $driver, $device) ]); } else { $in->ask_warn(N("Unknown driver"), - N("Error: The \"%s\" driver for your sound card is unlisted"), - $driver); + N("Error: The \"%s\" driver for your sound card is unlisted", + $driver)); } end: } -- cgit v1.2.1