summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-09 13:29:13 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-09 13:29:13 +0000
commit3c88accddafefb6145ccc1c5b25d04781b22ed03 (patch)
tree567ba0e7d4d559199fc2da4a2d88b77bf458ecdf /perl-install/install_any.pm
parent979b11e5551b2daa558cd5caf9703d333b04a047 (diff)
downloaddrakx-backup-do-not-use-3c88accddafefb6145ccc1c5b25d04781b22ed03.tar
drakx-backup-do-not-use-3c88accddafefb6145ccc1c5b25d04781b22ed03.tar.gz
drakx-backup-do-not-use-3c88accddafefb6145ccc1c5b25d04781b22ed03.tar.bz2
drakx-backup-do-not-use-3c88accddafefb6145ccc1c5b25d04781b22ed03.tar.xz
drakx-backup-do-not-use-3c88accddafefb6145ccc1c5b25d04781b22ed03.zip
Make an error message more user-friendly
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 1af25f925..1e693a58d 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -511,7 +511,8 @@ sub selectSupplMedia {
};
if (!defined $f) {
log::l($@) if $@;
- $o->ask_warn('', N("Can not find hdlist file on this mirror"));
+ #- no hdlist found
+ $o->ask_warn('', N("Can't find a package list file on this mirror. Make sure the location is correct."));
useMedium($prev_asked_medium);
return 'error';
}