aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r--Rpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index a88c7254..e9e158d2 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -123,7 +123,7 @@ sub extract_header {
$local_source = "$dir/" . $p->filename;
}
if (-e $local_source) {
- $bar_id = statusbar_msg(N("Getting information from XML meta-data from %s...", $dir), 0);
+ $bar_id = statusbar_msg(N("Getting information from %s...", $dir), 0);
$urpm->{log}("getting information from rpms from $dir");
} else {
my $gurpm;