From 6559cf694da1f141c8b958542ad6a5e61f3a336f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 26 May 2010 11:05:05 +0200 Subject: invite-participant-dialog: translate the 'invite' button (#619678) --- src/empathy-invite-participant-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-invite-participant-dialog.c') 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")); -- cgit v1.2.3