summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-01-28 01:35:10 +0000
committerOlivier Blin <oblin@mandriva.org>2004-01-28 01:35:10 +0000
commit6707a73fad42236c13656f516f602e04c2aac922 (patch)
tree97855e4ba9a6ab6598e04fd5b099b16ee10c5a81 /urpm.pm
parentd5e95fa23cf1d36d6e9709e5a2fea9bd4155d89c (diff)
downloadurpmi-6707a73fad42236c13656f516f602e04c2aac922.tar
urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.gz
urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.bz2
urpmi-6707a73fad42236c13656f516f602e04c2aac922.tar.xz
urpmi-6707a73fad42236c13656f516f602e04c2aac922.zip
fix some text for i18n
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 0b255be9..7b297578 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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)};
}