diff options
-rw-r--r-- | data/mandrakeupdate.desktop.in | 4 | ||||
-rw-r--r-- | rpmdrake.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/mandrakeupdate.desktop.in b/data/mandrakeupdate.desktop.in index 47db0164..d7ffab80 100644 --- a/data/mandrakeupdate.desktop.in +++ b/data/mandrakeupdate.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Mandrakeupdate +_Name="Mandrakelinux Update" Icon=/usr/share/mcc/themes/default/MandrakeUpdate.png Exec=/usr/bin/MandrakeUpdate Terminal=0 Type=Application -Categories=System;SystemSetup;X-Mandrake-SoftwareManagement
\ No newline at end of file +Categories=System;SystemSetup;X-Mandrake-SoftwareManagement diff --git a/rpmdrake.spec b/rpmdrake.spec index 66f631ed..134394df 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -73,7 +73,7 @@ cat > $RPM_BUILD_ROOT%{_menudir}/%{name} << EOF ?package(%{name}): command="/usr/sbin/rpmdrake-remove --root" needs="x11" section="Configuration/Packaging" icon="rpmdrake-remove.png" \ title="Remove Software" longtitle="A graphical front end for removing packages" ?package(%{name}): command="/usr/sbin/MandrakeUpdate" needs="x11" section="Configuration/Packaging" icon="mandrakeupdate.png" \ - title="Mandrakeupdate" longtitle="A graphical front end for software updates" + title="Mandrakelinux Update" longtitle="A graphical front end for software updates" ?package(%{name}): command="/usr/sbin/edit-urpm-media" needs="x11" section="Configuration/Packaging" icon="edit-urpm-sources.png" \ title="Software Media Manager" longtitle="A graphical front end to add/remove/edit media for installing packages" ?package(%{name}): command="/usr/sbin/gurpmi.addmedia" needs="gnome" section=".hidden" \ |