summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-07-25 10:14:09 +0000
committerFrancois Pons <fpons@mandriva.com>2001-07-25 10:14:09 +0000
commit23dfeaf2744774f845bb6819ae7d96194261a741 (patch)
tree1a5d63568a491bf7ad2295d4e41f08ad81819764 /urpm.pm
parent22716f43da234204b64e6216d08d9c0d26c30954 (diff)
downloadurpmi-23dfeaf2744774f845bb6819ae7d96194261a741.tar
urpmi-23dfeaf2744774f845bb6819ae7d96194261a741.tar.gz
urpmi-23dfeaf2744774f845bb6819ae7d96194261a741.tar.bz2
urpmi-23dfeaf2744774f845bb6819ae7d96194261a741.tar.xz
urpmi-23dfeaf2744774f845bb6819ae7d96194261a741.zip
fixed typo leading to funny translation.
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 ed10f8f6..12de831d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -645,7 +645,7 @@ sub update_media {
$urpm->{params}->read_hdlists("$urpm->{statedir}/$medium->{hdlist}") or next;
}
- $urpm->{log}(_("keeping only provides files"));
+ $urpm->{log}(_("keeping only files referenced in provides"));
$urpm->{params}->keep_only_cleaned_provides_files();
foreach my $medium (@{$urpm->{media}}) {
$medium->{ignore} and next;