summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-02-27 17:56:06 +0000
committerFrancois Pons <fpons@mandriva.com>2003-02-27 17:56:06 +0000
commit6d4fad3f0f694ae502900472dbf0db7cf6e344c9 (patch)
tree0f7a3707111bffef4b687e0a6e91692e0a769663
parent4dbff8888db28be6144c3fa0ff604b1dfb5bee18 (diff)
downloaddrakx-backup-do-not-use-6d4fad3f0f694ae502900472dbf0db7cf6e344c9.tar
drakx-backup-do-not-use-6d4fad3f0f694ae502900472dbf0db7cf6e344c9.tar.gz
drakx-backup-do-not-use-6d4fad3f0f694ae502900472dbf0db7cf6e344c9.tar.bz2
drakx-backup-do-not-use-6d4fad3f0f694ae502900472dbf0db7cf6e344c9.tar.xz
drakx-backup-do-not-use-6d4fad3f0f694ae502900472dbf0db7cf6e344c9.zip
fixed small typo.
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index cd471f603..02d40926d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -783,7 +783,7 @@ Do you want to install the updates ?")),
$update_medium = crypto::getPackages($o->{prefix}, $o->{packages}, $u->{mirror});
}
};
- } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s" . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?")));
+ } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s") . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?"));
if ($update_medium) {
if ($o->choosePackagesTree($o->{packages}, $update_medium)) {