aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-invite-participant-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-26 17:05:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-26 17:06:17 +0800
commit6559cf694da1f141c8b958542ad6a5e61f3a336f (patch)
treef49745e85b85a3c2850ce531501cd0d3807b74fc /src/empathy-invite-participant-dialog.c
parent1a45d12ba4413512b389cd8ac00c02ad98477ce7 (diff)
downloadgsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar.gz
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar.bz2
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar.lz
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar.xz
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.tar.zst
gsoc2013-empathy-6559cf694da1f141c8b958542ad6a5e61f3a336f.zip
invite-participant-dialog: translate the 'invite' button (#619678)
Diffstat (limited to 'src/empathy-invite-participant-dialog.c')
-rw-r--r--src/empathy-invite-participant-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index 77fb93738..da75e72cd 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -42,7 +42,7 @@ empathy_invite_participant_dialog_init (EmpathyInviteParticipantDialog *self)
gtk_widget_show (label);
parent->button_action = gtk_dialog_add_button (GTK_DIALOG (self),
- "Invite", GTK_RESPONSE_ACCEPT);
+ _("Invite"), GTK_RESPONSE_ACCEPT);
gtk_widget_set_sensitive (parent->button_action, FALSE);
gtk_window_set_title (GTK_WINDOW (self), _("Invite Participant"));