summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-14 12:23:53 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-14 12:23:53 +0000
commitfcdc67a5284bf750a6d7c4e0382e7a08b01f0345 (patch)
tree6e0db060c744c70c9760b5a7d0278895769455f0 /perl-install/standalone/drakbug
parent9e1d832988abe687911e405a06a32241d6fadc2e (diff)
downloaddrakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.gz
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.bz2
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.xz
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.zip
better phrasing
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 2a8593e64..bca560c72 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 increase the reproductibility of this bug and the odds of fixing it")
+ 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\n" . N("Thanks."));
return;
}