]> git.0d.be Git - empathy.git/commitdiff
tls-dialog: add accessor on the 'Continue' button
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Feb 2012 13:31:09 +0000 (14:31 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Feb 2012 13:31:09 +0000 (14:31 +0100)
libempathy-gtk/empathy-tls-dialog.c

index 7a9081fcb809f57026276eddd893db707c5a8e78..9fb2297a564be7d235bffb562f21bd36ad208cb0 100644 (file)
@@ -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);