From: Guillaume Desmottes Date: Tue, 28 Sep 2010 11:19:42 +0000 (+0200) Subject: allow to translate 'Google Talk' X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=4ac0bdf3c3322e5f4d94586569b8c60244e421c1 allow to translate 'Google Talk' We allow to translate 'Facebook Chat' so best stay coherent. --- 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 } };