summaryrefslogtreecommitdiff
path: root/src/contacts-window.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-window.vala')
-rw-r--r--src/contacts-window.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contacts-window.vala b/src/contacts-window.vala
index 36393c9..057d9a0 100644
--- a/src/contacts-window.vala
+++ b/src/contacts-window.vala
@@ -209,6 +209,8 @@ public class Contacts.Window : Gtk.ApplicationWindow {
this.ignore_favorite_button_toggled = true;
this.favorite_button.active = c.individual.is_favourite;
this.ignore_favorite_button_toggled = false;
+ this.favorite_button.tooltip_text = (c.individual.is_favourite)? _("Unmark as favorite")
+ : _("Mark as favorite");
this.right_header.title = c.display_name;
}
}