Banish last traces of "email client" from app.
This commit is contained in:
parent
c20a37fd2a
commit
244f8165d2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
_Name=Geary
|
||||
_GenericName=Mail Client
|
||||
_GenericName=Email
|
||||
_X-GNOME-FullName=Geary Mail
|
||||
_Comment=Send and receive email
|
||||
_Keywords=Email;E-mail;Mail;
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ public class GearyApplication : Gtk.Application {
|
|||
public const string NAME = "Geary";
|
||||
public const string PRGNAME = "geary";
|
||||
public const string APP_ID = "org.gnome.Geary";
|
||||
public const string DESCRIPTION = _("Mail Client");
|
||||
public const string COPYRIGHT = _("Copyright 2016 Software Freedom Conservancy Inc.");
|
||||
public const string DESCRIPTION = _("Send and receive email");
|
||||
public const string WEBSITE = "https://wiki.gnome.org/Apps/Geary";
|
||||
public const string WEBSITE_LABEL = _("Visit the Geary web site");
|
||||
public const string BUGREPORT = "https://wiki.gnome.org/Apps/Geary/ReportingABug";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue