diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 3 |
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'; } |