diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-01-28 01:35:10 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-01-28 01:35:10 +0000 |
commit | 6707a73fad42236c13656f516f602e04c2aac922 (patch) | |
tree | 97855e4ba9a6ab6598e04fd5b099b16ee10c5a81 | |
parent | d5e95fa23cf1d36d6e9709e5a2fea9bd4155d89c (diff) | |
download | urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.gz urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.bz2 urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.xz urpmi-6707a73fad42236c13656f516f602e04c2aac922.zip |
fix some text for i18n
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ sub sync_webfetch { } elsif ($prefered eq 'wget') { sync_wget($options, @{$files{ftp} || []}, @{$files{http} || []}, @{$files{https} || []}); } else { - die ("no webfetch (" . join(" or ", @webfetch) . " currently) found\n"); + die N("no webfetch found, supported webfetch are: %s\n", join(", ", @webfetch)); } delete @files{qw(ftp http https)}; } |