summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
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 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};