]> git.0d.be Git - empathy.git/commitdiff
translate invitation message
authorGuillaume Desmottes <gdesmott@gnome.org>
Fri, 13 Feb 2009 10:26:11 +0000 (10:26 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Feb 2009 10:26:11 +0000 (10:26 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2453

src/empathy-event-manager.c

index 8ad5b0495e4c8238134212b80ed872e7fa59aaab..b4434430e3d364d4c41dab8ca67b538b87f3ce1e 100644 (file)
@@ -737,7 +737,7 @@ event_manager_muc_invite_got_contact_name_cb (EmpathyContact *contact,
   tp_channel_group_get_local_pending_info (channel, self_handle, NULL, NULL,
       &invite_msg);
 
-  msg = g_strdup_printf ("%s invited you to join %s",
+  msg = g_strdup_printf (_("%s invited you to join %s"),
       empathy_contact_get_name (approval->contact),
       tp_channel_get_identifier (channel));