summaryrefslogtreecommitdiffstats
path: root/common/Wizcommon.pm
diff options
context:
space:
mode:
Diffstat (limited to 'common/Wizcommon.pm')
-rw-r--r--common/Wizcommon.pm2
1 files changed, 1 insertions, 1 deletions
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;
}