[empathy] invite-participant-dialog: translate the 'invite' button (#619678)



commit 6559cf694da1f141c8b958542ad6a5e61f3a336f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed May 26 11:05:05 2010 +0200

    invite-participant-dialog: translate the 'invite' button (#619678)

 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 77fb937..da75e72 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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]