diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-01-26 12:03:57 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-01-26 12:03:57 +0800 |
commit | 15333410f2df610792ea546400f841d8e6e8a1d1 (patch) | |
tree | 55fdc89483be06674612924fe57d780244652e1f /libempathy-gtk | |
parent | 756dbf5a7a658ba472fc63ef6034d2c4d90e3260 (diff) | |
download | gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar.gz gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar.bz2 gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar.lz gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar.xz gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.tar.zst gsoc2013-empathy-15333410f2df610792ea546400f841d8e6e8a1d1.zip |
empathy-tls-dialog: add a title for screenshots
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-tls-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 991f52133..7eb59a214 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -284,6 +284,7 @@ empathy_tls_dialog_constructed (GObject *object) text = reason_to_string (self); g_object_set (message_dialog, + "title", _("Untrusted connection"), "text", _("This connection is untrusted. Would you like to " "continue anyway?"), "secondary-text", text, |