diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-10 13:06:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-10 13:06:24 +0000 |
commit | 2b36f22c13404edcd56d05a8d81ec2d5fa13efd8 (patch) | |
tree | c78e6d9b148d3501dd2546fc782b77dc904a7e44 /perl-install/harddrake/sound.pm | |
parent | ebd6186bb96353e5d2dad9a2446cb536c0ec9524 (diff) | |
download | drakx-2b36f22c13404edcd56d05a8d81ec2d5fa13efd8.tar drakx-2b36f22c13404edcd56d05a8d81ec2d5fa13efd8.tar.gz drakx-2b36f22c13404edcd56d05a8d81ec2d5fa13efd8.tar.bz2 drakx-2b36f22c13404edcd56d05a8d81ec2d5fa13efd8.tar.xz drakx-2b36f22c13404edcd56d05a8d81ec2d5fa13efd8.zip |
fix OSS definition
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index c25ab4800..ba3128c67 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -180,7 +180,7 @@ sub switch { val => _("Help"), disabled => sub { }, clicked => sub { $in->ask_warn(_("Switching between ALSA and OSS help"), - _("OSS (Open Source Sound) was the firt sound API. It's an OS independant sound API (it's availlable on most unices systems) but it's a very basic and limited API. + _("OSS (Open Sound System) was the firt sound API. It's an OS independant sound API (it's available on most unices systems) but it's a very basic and limited API. What's more, OSS drivers all reinvent the wheel. ALSA (Advanced Linux Sound Architecture) is a modularized architecture which |