From efef62e55e68c9e32a28433f7c64eb0ba0a97bcf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 11 Oct 2007 12:27:31 +0000 Subject: ** Fixes bug #484814 2007-10-11 Matthew Barnes ** Fixes bug #484814 * data/evolution.desktop.in.in: Modernize the Name and Comment. Most other applications use the form "AppName GenericName" for the Name and "Verb Something" for the Comment. Ours will be: Name: Evolution Mail and Calendar Comment: Manage your email, contacts and schedule svn path=/trunk/; revision=34371 --- ChangeLog | 12 ++++++++++++ data/evolution.desktop.in.in | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7cb9050451..5d2427b352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-10-11 Matthew Barnes + + ** Fixes bug #484814 + + * data/evolution.desktop.in.in: + Modernize the Name and Comment. Most other applications use the + form "AppName GenericName" for the Name and "Verb Something" for + the Comment. Ours will be: + + Name: Evolution Mail and Calendar + Comment: Manage your email, contacts and schedule + 2007-10-09 Matthew Barnes ** Fixes part of bug #437579 diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 8bce74017e..75cfa73c89 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Evolution +_Name=Evolution Mail and Calendar _GenericName=Groupware Suite -_Comment=The Evolution PIM and Email Client +_Comment=Manage your email, contacts and schedule Exec=evolution Icon=evolution Terminal=false -- cgit