diff --git a/THANKS b/THANKS index 4f0fd687..84d8e173 100644 --- a/THANKS +++ b/THANKS @@ -16,12 +16,13 @@ Jens Georg Michael George Sven Hagemann Mathias Hasselmann -Charles Lehner -Brendan Long Timo Kluck +Charles Lehner Avi Levy +Brendan Long Angelo Marchesin Kai Mast +William Jon McCann Thomas Moschny Tom Most Andreas Obergrusberger diff --git a/desktop/geary.desktop.in b/desktop/geary.desktop.in index d59c96c9..4efbeb7f 100644 --- a/desktop/geary.desktop.in +++ b/desktop/geary.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] -_Name=Geary Mail +_Name=Geary _GenericName=Mail Client +_X-GNOME-FullName=Geary Mail _Comment=Send and receive email _Keywords=Email;E-mail;Mail; Icon=geary diff --git a/src/client/application/geary-application.vala b/src/client/application/geary-application.vala index cf192b6c..80059072 100644 --- a/src/client/application/geary-application.vala +++ b/src/client/application/geary-application.vala @@ -24,8 +24,9 @@ public class GearyApplication : Gtk.Application { // These strings must match corresponding strings in desktop/geary.desktop *exactly* and be // internationalizable - public const string DESKTOP_NAME = _("Geary Mail"); + public const string DESKTOP_NAME = _("Geary"); public const string DESKTOP_GENERIC_NAME = _("Mail Client"); + public const string DESKTOP_GNOME_FULLNAME = _("Geary Mail"); public const string DESKTOP_COMMENT = _("Send and receive email"); public const string DESKTOP_KEYWORDS = _("Email;E-mail;Mail;"); public const string DESKTOP_COMPOSE_NAME = _("Compose Message");