From b81e436c63f57efed51fd85d8cf3c9b0bf1baea2 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 12 Aug 2004 08:44:02 +0000 Subject: fixed English string --- perl-install/standalone/drakbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakbug') 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 }, -- cgit v1.2.1