]> git.0d.be Git - empathy.git/commitdiff
Add a tooltip to the “Unlink” button
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 1 Sep 2010 10:12:09 +0000 (11:12 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 6 Sep 2010 10:08:12 +0000 (11:08 +0100)
Closes: bgo#628376
libempathy-gtk/empathy-linking-dialog.c

index d1df295b3bf1aff972e20caa4802745cbdfabf8d..cb6461a815a3ec53ac3761bb7b4637e33b63a865 100644 (file)
@@ -118,6 +118,8 @@ empathy_linking_dialog_init (EmpathyLinkingDialog *self)
   /* Unlink button */
   button = gtk_button_new_with_mnemonic (
       C_("Unlink individual (button)", "_Unlink…"));
+  gtk_widget_set_tooltip_text (button, _("Completely split the displayed "
+      "meta-contact into the contacts it contains."));
   gtk_dialog_add_action_widget (dialog, button, RESPONSE_UNLINK);
   gtk_widget_show (button);