aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-03 19:50:36 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-03 19:50:36 +0000
commit2211da7020dbb2262dde96671fd68b2a7f9791da (patch)
treee58cdfef34a1b7b944ff9b3542e3250ac6c9b94f /Rpmdrake/edit_urpm_sources.pm
parented183351012261b7c8456a3f61393388e70b13bb (diff)
downloadrpmdrake-2211da7020dbb2262dde96671fd68b2a7f9791da.tar
rpmdrake-2211da7020dbb2262dde96671fd68b2a7f9791da.tar.gz
rpmdrake-2211da7020dbb2262dde96671fd68b2a7f9791da.tar.bz2
rpmdrake-2211da7020dbb2262dde96671fd68b2a7f9791da.tar.xz
rpmdrake-2211da7020dbb2262dde96671fd68b2a7f9791da.zip
typo fix (Jure Repinc, #38304)
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rw-r--r--Rpmdrake/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index c79cb5ea..3d6bc59b 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -337,7 +337,7 @@ sub options_callback() {
]),
gtknew('HBox',
children_loose =>
- [ gtknew('Label', text => N("XML metada download policy:")),
+ [ gtknew('Label', text => N("XML meta-data download policy:")),
gtknew('ComboBox',
list => [ keys %xml_info_policies ], text_ref => \$xml_info_policy,