summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-03-19 17:13:27 +0000
committerAhmad Samir <ahmad@mageia.org>2011-03-19 17:13:27 +0000
commitf741e569072a378faa0958e1ab7db8ceec9bb9f1 (patch)
tree64901c7e14bff91fb7291955a5ec3d58a8625ff1 /perl-install/harddrake/sound.pm
parent6e17ecbc77eb73d6b161fc67d7c2febf30d5bb82 (diff)
downloaddrakx-f741e569072a378faa0958e1ab7db8ceec9bb9f1.tar
drakx-f741e569072a378faa0958e1ab7db8ceec9bb9f1.tar.gz
drakx-f741e569072a378faa0958e1ab7db8ceec9bb9f1.tar.bz2
drakx-f741e569072a378faa0958e1ab7db8ceec9bb9f1.tar.xz
drakx-f741e569072a378faa0958e1ab7db8ceec9bb9f1.zip
perl-install/harddrake/sound.pm: fix draksound message grammar/structure
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index a8856b967..ab3b9bf52 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -409,7 +409,7 @@ sub switch {
#-PO: here the first %s is either "OSS" or "ALSA",
#-PO: the second %s is the name of the current driver
#-PO: and the third %s is the name of the default driver
- N("\n\nYour card currently use the %s\"%s\" driver (default driver for your card is \"%s\")", ($driver =~ /^snd_/ ? "ALSA " : "OSS "), $driver, $device->{driver}),
+ N("\n\nYour card currently uses the %s\"%s\" driver (the default driver for your card is \"%s\")", ($driver =~ /^snd_/ ? "ALSA " : "OSS "), $driver, $device->{driver}),
interactive_help => sub {
N("OSS (Open Sound System) was the first sound API. It's an OS independent sound API (it's available on most UNIX(tm) systems) but it's a very basic and limited API.
What's more, OSS drivers all reinvent the wheel.