diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 19:50:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 19:50:36 +0000 |
commit | 2211da7020dbb2262dde96671fd68b2a7f9791da (patch) | |
tree | e58cdfef34a1b7b944ff9b3542e3250ac6c9b94f /Rpmdrake/edit_urpm_sources.pm | |
parent | ed183351012261b7c8456a3f61393388e70b13bb (diff) | |
download | rpmdrake-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.pm | 2 |
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, |