[geary/wip/l10n-713827: 3/7] No longer need these strings in the source



commit 22ba776ac5d31cedd22dbf3f7576652add8d172d
Author: Charles Lindsay <chaz yorba org>
Date:   Wed Jan 8 18:23:39 2014 -0800

    No longer need these strings in the source

 src/client/application/geary-application.vala |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/src/client/application/geary-application.vala b/src/client/application/geary-application.vala
index 9f68fd8..c1acbf6 100644
--- a/src/client/application/geary-application.vala
+++ b/src/client/application/geary-application.vala
@@ -15,22 +15,13 @@ public class GearyApplication : Gtk.Application {
     public const string NAME = "Geary";
     public const string PRGNAME = "geary";
     public const string APP_ID = "org.yorba.geary";
-    public const string DESCRIPTION = DESKTOP_GENERIC_NAME;
+    public const string DESCRIPTION = _("Mail Client");
     public const string COPYRIGHT = _("Copyright 2011-2013 Yorba Foundation");
     public const string WEBSITE = "http://www.yorba.org";;
     public const string WEBSITE_LABEL = _("Visit the Yorba web site");
     public const string BUGREPORT = "http://redmine.yorba.org/projects/geary/issues";;
     public const string DONATE = "http://www.yorba.org/about/donate";;
     
-    // These strings must match corresponding strings in desktop/geary.desktop *exactly* and be
-    // internationalizable
-    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");
-    
     public const string VERSION = _VERSION;
     public const string INSTALL_PREFIX = _INSTALL_PREFIX;
     public const string GSETTINGS_DIR = _GSETTINGS_DIR;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]