diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-12 08:44:02 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-12 08:44:02 +0000 |
commit | b81e436c63f57efed51fd85d8cf3c9b0bf1baea2 (patch) | |
tree | 3699325aaf925f2c48c36d1638341a459ed4fa1a /perl-install | |
parent | a053a57aa5d3bc991728986a63d5178669b94602 (diff) | |
download | drakx-b81e436c63f57efed51fd85d8cf3c9b0bf1baea2.tar drakx-b81e436c63f57efed51fd85d8cf3c9b0bf1baea2.tar.gz drakx-b81e436c63f57efed51fd85d8cf3c9b0bf1baea2.tar.bz2 drakx-b81e436c63f57efed51fd85d8cf3c9b0bf1baea2.tar.xz drakx-b81e436c63f57efed51fd85d8cf3c9b0bf1baea2.zip |
fixed English string
Diffstat (limited to 'perl-install')
-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 bdd7e31ad..5942796b6 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -77,7 +77,7 @@ if ($mandrake_release =~ /(official|community)/i) { $bugzilla = 'http://qa.mandrakesoft.com/enter_bug.cgi'; $wizard_name = "Bugzilla wizard"; } -$upload_info = N("To submit a bug report, click on the button report.\nThis will open a web browser window on %s\n where you'll find a form to fill in. The information displayed above will be \ntransferred to that server.", $wizard_name); +$upload_info = N("To submit a bug report, click on the report button.\nThis will open a web browser window on %s\n where you'll find a form to fill in. The information displayed above will be \ntransferred to that server.", $wizard_name); if ($stable_release == 0) { $table = create_packtable({ col_spacings => 5, row_spacings => 10 }, |