[empathy] empathy-accounts: set "Empathy Accounts" as application name



commit 6b55164a3957ac07824d2598f36e397686c62533
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Mar 3 10:07:24 2010 +0100

    empathy-accounts: set "Empathy Accounts" as application name
    
    It's more friendly to translators.

 src/empathy-accounts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index 187bdf5..0eaa855 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -244,7 +244,7 @@ main (int argc, char *argv[])
 
   empathy_gtk_init ();
 
-  g_set_application_name (_(PACKAGE_NAME " Accounts"));
+  g_set_application_name (_("Empathy Accounts"));
 
   gtk_window_set_default_icon_name ("empathy");
 



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