From 3c88accddafefb6145ccc1c5b25d04781b22ed03 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 9 Feb 2005 13:29:13 +0000 Subject: Make an error message more user-friendly --- perl-install/install_any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') 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'; } -- cgit v1.2.1