diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-28 19:19:42 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-29 18:54:38 +0800 |
commit | 4ac0bdf3c3322e5f4d94586569b8c60244e421c1 (patch) | |
tree | 1859bfd7c99f89989470ea2076c0df8e3a151bc8 | |
parent | d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4 (diff) | |
download | gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar.gz gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar.bz2 gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar.lz gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar.xz gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.tar.zst gsoc2013-empathy-4ac0bdf3c3322e5f4d94586569b8c60244e421c1.zip |
allow to translate 'Google Talk'
We allow to translate 'Facebook Chat' so best stay coherent.
-rw-r--r-- | 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 e2e1f8a28..986090bbb 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 } }; |