From 1499430f9b2999a17fb3e3a0f5a1c2355adecd8a Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 8 Aug 2004 09:14:33 +0000 Subject: fixed various strings to proper English --- common/Wizcommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Wizcommon.pm') diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm index 9e8722b1..3a6067c3 100644 --- a/common/Wizcommon.pm +++ b/common/Wizcommon.pm @@ -84,7 +84,7 @@ sub gtktext_get_log { }); sub { if ($pid) { - $::in->ask_yesorno('', N("The command is still running. Do you want to kill it and quit the Wizard ?")) or return; + $::in->ask_yesorno('', N("The command is still running. Do you want to kill it and quit the Wizard?")) or return; kill 9, $pid+1; 1; } -- cgit v1.2.1