From 452d0cee47686e5d941308df27d1b0ecc0a686d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Jul 2002 14:50:51 +0000 Subject: deush need to learn english --- perl-install/standalone/drakbug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index eb0d38c03..677f4498c 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -34,7 +34,7 @@ my $in = 'interactive'->vnew; $::bugzilla_url = "https://qa.mandrakesoft.com"; my $window_g = new Gtk::Window -toplevel; -$window_g->set_policy($false,$false,$true); +$window_g->set_polcy($false,$false,$true); $window_g->set_position( 1 ); $window_g->border_width( 5 ); $window_g->set_title(_("Mandrake Bug Report Tool")); @@ -126,7 +126,7 @@ sub connect_bugzilla { foreach (@browser) { if (-e "/usr/bin/$_") { print "execing $_\n "; exec $_,$url} } - $in->ask_warn('', _("No browser available please! Please install one")); + $in->ask_warn('', _("No browser available! Please install one")); } sub read_app_context { -- cgit v1.2.1