From 2260d18fa0bfce1a57ec32a87992fcba1bfdcaa0 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 20 Feb 2003 12:50:24 +0000 Subject: Fixed menu entries (they never appeared in menu-messages.pot due to a missing space) --- rpmdrake.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rpmdrake.spec') diff --git a/rpmdrake.spec b/rpmdrake.spec index b4902d3e..491ce21a 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -60,13 +60,13 @@ install -m 644 rpmdrake.pm $RPM_BUILD_ROOT/%{perl_vendorlib} mkdir -p $RPM_BUILD_ROOT%{_menudir} cat > $RPM_BUILD_ROOT%{_menudir}/%{name} << EOF -?package(%{name}): command="/usr/sbin/rpmdrake" needs="x11" section="Configuration/Packaging" icon="rpmdrake.png"\ +?package(%{name}): command="/usr/sbin/rpmdrake" needs="x11" section="Configuration/Packaging" icon="rpmdrake.png" \ title="Install Software" longtitle="A graphical front end for installing packages" -?package(%{name}): command="/usr/sbin/rpmdrake-remove" needs="x11" section="Configuration/Packaging" icon="rpmdrake.png"\ +?package(%{name}): command="/usr/sbin/rpmdrake-remove" needs="x11" section="Configuration/Packaging" icon="rpmdrake.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"\ +?package(%{name}): command="/usr/sbin/MandrakeUpdate" needs="x11" section="Configuration/Packaging" icon="mandrakeupdate.png" \ title="Mandrake Update" longtitle="A graphical front end for software updates" -?package(%{name}): command="/usr/sbin/edit-urpm-sources.pl" needs="x11" section="Configuration/Packaging" icon="rpmdrake.png"\ +?package(%{name}): command="/usr/sbin/edit-urpm-sources.pl" needs="x11" section="Configuration/Packaging" icon="rpmdrake.png" \ title="Software Sources Manager" longtitle="A graphical front end to add/remove/edit sources for installing packages" EOF -- cgit v1.2.1