From 4ac0bdf3c3322e5f4d94586569b8c60244e421c1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 28 Sep 2010 13:19:42 +0200 Subject: [PATCH] allow to translate 'Google Talk' We allow to translate 'Facebook Chat' so best stay coherent. --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index e2e1f8a2..986090bb 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 } }; -- 2.39.2