aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpmdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 50aa8c25..d8154c15 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -85,7 +85,7 @@ our @EXPORT = qw(
strip_first_underscore
);
our $typical_width = 280;
-unshift @::textdomains, 'rpmdrake', 'urpmi';
+unshift @::textdomains, qw(rpmdrake urpmi rpm-summary-main rpm-summary-contrib rpm-summary-devel);
use ugtk2 qw(:all);
ugtk2::add_icon_path('/usr/share/rpmdrake/icons');