[empathy] allow to translate 'Google Talk'



commit 4ac0bdf3c3322e5f4d94586569b8c60244e421c1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Sep 28 13:19:42 2010 +0200

    allow to translate 'Google Talk'
    
    We allow to translate 'Facebook Chat' so best stay coherent.

 libempathy/empathy-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index e2e1f8a..986090b 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -574,7 +574,7 @@ empathy_service_name_to_display_name (const gchar *service_name)
     const gchar *display;
     gboolean translated;
   } names[] = {
-    { "google-talk", "Google Talk", FALSE },
+    { "google-talk", N_("Google Talk"), FALSE },
     { "facebook", N_("Facebook Chat"), TRUE },
     { NULL, NULL }
   };



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