aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-13 21:31:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-13 21:31:09 +0800
commite08f36f30007713c60630d735d6b724380c138fa (patch)
tree9a6a6d698ea5bb8c50a8747899d287777bd20976 /libempathy-gtk
parent0b36472493f281e5fecead64e7afb38d4cc994f7 (diff)
downloadgsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar.gz
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar.bz2
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar.lz
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar.xz
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.tar.zst
gsoc2013-empathy-e08f36f30007713c60630d735d6b724380c138fa.zip
tls-dialog: add accessor on the 'Continue' button
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-tls-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index 7a9081fcb..9fb2297a5 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);