diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-08 09:14:33 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-08 09:14:33 +0000 |
commit | 1499430f9b2999a17fb3e3a0f5a1c2355adecd8a (patch) | |
tree | 25558c1a6977f8728c8c4b8262b70e122ae28fd1 /common | |
parent | 2ee9e5c2a5775fde6ed2730d5485249271e0394b (diff) | |
download | drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.gz drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.bz2 drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.xz drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.zip |
fixed various strings to proper English
Diffstat (limited to 'common')
-rw-r--r-- | common/Wizcommon.pm | 2 |
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; } |