diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-21 17:13:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-21 17:13:40 +0000 |
commit | 34827a480e97d27b5c6ca1fb40ad78a38e611a48 (patch) | |
tree | d9a52ee850655db21fb647695b73898c0647cac8 /perl-install/standalone/drakbug | |
parent | f442710121d1584fe3b32cc7184645e573449916 (diff) | |
download | drakx-34827a480e97d27b5c6ca1fb40ad78a38e611a48.tar drakx-34827a480e97d27b5c6ca1fb40ad78a38e611a48.tar.gz drakx-34827a480e97d27b5c6ca1fb40ad78a38e611a48.tar.bz2 drakx-34827a480e97d27b5c6ca1fb40ad78a38e611a48.tar.xz drakx-34827a480e97d27b5c6ca1fb40ad78a38e611a48.zip |
typo fix (Yukiko Bando)
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index bca560c72..c3b1ef7ac 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -231,7 +231,7 @@ sub report_bug_to_bugzilla() { $text = $buffer->get_text($buffer->get_start_iter, $buffer->get_end_iter, 0); if (!$text) { err_dialog(N("Warning"), - N("You must type in what you were doing when this bug happens in order to enable us to reproduce this this bug and to increase the odds of fixing it") + N("You must type in what you were doing when this bug happened in order to enable us to reproduce this bug and to increase the odds of fixing it") . "\n\n" . N("Thanks.")); return; } |