From 4f907af7a6f0c41eca346125f142852995ffac71 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 21:43:35 +0000 Subject: - perl -pi -e 's!trouble shoot!troubleshoot!' --- perl-install/harddrake/sound.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 9cb2f42d1..492af9e85 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -387,7 +387,7 @@ sub switch { }, { advanced => 1, - val => N("Trouble shooting"), disabled => sub {}, + val => N("Troubleshooting"), disabled => sub {}, clicked => sub { &trouble($in) } }, ); @@ -467,7 +467,7 @@ sub config { sub trouble { my ($in) = @_; - $in->ask_warn(N("Sound trouble shooting"), + $in->ask_warn(N("Sound troubleshooting"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("The classic bug sound tester is to run the following commands: -- cgit v1.2.1