[empathy] tls-dialog: add accessor on the 'Continue' button



commit e08f36f30007713c60630d735d6b724380c138fa
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Feb 13 14:31:09 2012 +0100

    tls-dialog: add accessor on the 'Continue' button

 libempathy-gtk/empathy-tls-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index 7a9081f..9fb2297 100644
--- a/libempathy-gtk/empathy-tls-dialog.c
+++ b/libempathy-gtk/empathy-tls-dialog.c
@@ -278,7 +278,7 @@ empathy_tls_dialog_constructed (GObject *object)
 
   gtk_dialog_add_buttons (dialog,
       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-      _("Continue"), GTK_RESPONSE_YES,
+      _("C_ontinue"), GTK_RESPONSE_YES,
       NULL);
 
   text = reason_to_string (self);



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