diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-13 21:31:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-13 21:31:09 +0800 |
commit | e08f36f30007713c60630d735d6b724380c138fa (patch) | |
tree | 9a6a6d698ea5bb8c50a8747899d287777bd20976 | |
parent | 0b36472493f281e5fecead64e7afb38d4cc994f7 (diff) | |
download | gsoc2013-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
-rw-r--r-- | 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 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); |