diff options
author | Funda Wang <fwang@mageia.org> | 2012-10-17 07:37:51 +0000 |
---|---|---|
committer | Funda Wang <fwang@mageia.org> | 2012-10-17 07:37:51 +0000 |
commit | fd998ee9e65e69524ce03253d846367f38b55dc4 (patch) | |
tree | be79f6f1da45c352967ac7ba13a5787652a933d0 /Rpmdrake | |
parent | 4d4f4509df6b9b8038c364ef3e0d43522d69f094 (diff) | |
download | rpmdrake-fd998ee9e65e69524ce03253d846367f38b55dc4.tar rpmdrake-fd998ee9e65e69524ce03253d846367f38b55dc4.tar.gz rpmdrake-fd998ee9e65e69524ce03253d846367f38b55dc4.tar.bz2 rpmdrake-fd998ee9e65e69524ce03253d846367f38b55dc4.tar.xz rpmdrake-fd998ee9e65e69524ce03253d846367f38b55dc4.zip |
unify convertor and converter
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/icon.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index 0ae2075e..a521adaa 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -149,7 +149,7 @@ my %group_icons = ( join('|', N("Sciences"), N("Physics")) => 'physics_section', N("Shells") => 'shells_section', N("Sound") => 'sound_section', - join('|', N("Sound"), N("Editors and Convertors")) => '', + join('|', N("Sound"), N("Editors and Converters")) => '', join('|', N("Sound"), N("Midi")) => '', join('|', N("Sound"), N("Mixers")) => '', join('|', N("Sound"), N("Players")) => '', |