diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-07 00:45:34 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-07 00:45:34 +0000 |
commit | 4cae970f5c4e6c232984c66d0edc0837769819c4 (patch) | |
tree | f40e34997526699286e36f6014d956925f5d2043 /perl-install | |
parent | 1132ac614410e3b12add3ddc494cb5136f405b5c (diff) | |
download | drakx-backup-do-not-use-4cae970f5c4e6c232984c66d0edc0837769819c4.tar drakx-backup-do-not-use-4cae970f5c4e6c232984c66d0edc0837769819c4.tar.gz drakx-backup-do-not-use-4cae970f5c4e6c232984c66d0edc0837769819c4.tar.bz2 drakx-backup-do-not-use-4cae970f5c4e6c232984c66d0edc0837769819c4.tar.xz drakx-backup-do-not-use-4cae970f5c4e6c232984c66d0edc0837769819c4.zip |
Fix typo
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index c79e65b8a..96c3537f6 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -48,7 +48,7 @@ if (my @devices = detect_devices::probe_category('multimedia/sound')) { $in->ask_warn(N("No Sound Card detected!"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX - N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in). + N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in"). N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program. Just type \"alsaconf\" or \"sndconfig\" in a console."))); |