diff options
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 2 |
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")); |