From 6b2fffca094915ce361e5c6bdb98db28afc1779c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Aug 2004 09:51:50 +0000 Subject: typo fixes --- 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 461e411c6..330df7aa9 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -224,7 +224,7 @@ sub get_pkg_name { sub connect_bugzilla { my ($url) = @_; if (!$stable_release) { - my $_w = create_dialog(N("Please wait"), N("connecting to %s ...", $wizard_name)); + my $_w = create_dialog(N("Please wait"), N("connecting to %s...", $wizard_name)); sleep(3); } exec $ENV{BROWSER},$url if exists $ENV{BROWSER}; -- cgit v1.2.1