diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +2007-10-11 Matthew Barnes <mbarnes@redhat.com> + + ** 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 <mbarnes@redhat.com> ** 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 |