]> git.0d.be Git - empathy.git/commitdiff
empathy-tls-dialog: add a title for screenshots
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 26 Jan 2012 04:03:57 +0000 (15:03 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 26 Jan 2012 04:03:57 +0000 (15:03 +1100)
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681
libempathy-gtk/empathy-tls-dialog.c

index 991f52133bac4a55f46d59a0d79064214dbb024f..7eb59a2149f93f2807cdc2e2c61bc77624304f84 100644 (file)
@@ -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,