diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-06-27 12:18:09 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-06-27 12:18:09 +0000 |
commit | daf8586c63f2e8d526b5b0c3a0c8401a98fbe422 (patch) | |
tree | 542c9fb9c9fc78079f85f1a7e92cf93c987f7167 /perl-install/harddrake/sound.pm | |
parent | 624e9bf53cc5cc40fc82b58287c005fda1886e00 (diff) | |
download | drakx-daf8586c63f2e8d526b5b0c3a0c8401a98fbe422.tar drakx-daf8586c63f2e8d526b5b0c3a0c8401a98fbe422.tar.gz drakx-daf8586c63f2e8d526b5b0c3a0c8401a98fbe422.tar.bz2 drakx-daf8586c63f2e8d526b5b0c3a0c8401a98fbe422.tar.xz drakx-daf8586c63f2e8d526b5b0c3a0c8401a98fbe422.zip |
Fixed typos; updated Ukrainian po file
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index aff29c8e0..7b7e1b494 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -246,7 +246,7 @@ sub trouble { formatAlaTeX(N("The classic bug sound tester is to run the following commands: -- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use +- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card uses by default - \"grep sound-slot /etc/modules.conf\" will tell you what driver it @@ -271,7 +271,7 @@ sub get_any_driver_entry { val => N("Let me pick any driver"), disabled => sub {}, clicked => sub { my $old_driver = $driver; - if ($in->ask_from(N("Choosing an arbitratry driver"), + if ($in->ask_from(N("Choosing an arbitrary driver"), formatAlaTeX(N("If you really think that you know which driver is the right one for your card you can pick one in the above list. |