X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-identity-management-view.vala;h=24d58c218b13da615b8f705a64115f78671999af;hp=674987c46b3b1a321300bb0809edc47a68a33463;hb=4f53091262cadc7233d8f27d32d48a4374fc85d2;hpb=0f63b63f6049760c1e81b1f091f7b51549be2935 diff --git a/src/moonshot-identity-management-view.vala b/src/moonshot-identity-management-view.vala index 674987c..24d58c2 100644 --- a/src/moonshot-identity-management-view.vala +++ b/src/moonshot-identity-management-view.vala @@ -743,11 +743,15 @@ SUCH DAMAGE. this.search_entry = new Entry(); + string search_tooltip_text = _("Search for an identity or service"); + set_atk_name_description(search_entry, _("Search entry"), _("Search for a specific ID Card")); this.search_entry.set_icon_from_pixbuf(EntryIconPosition.SECONDARY, find_icon_sized("edit-find", Gtk.IconSize.MENU)); this.search_entry.set_icon_tooltip_text(EntryIconPosition.SECONDARY, - _("Search for an identity or service")); + search_tooltip_text); + + this.search_entry.set_tooltip_text(search_tooltip_text); this.search_entry.set_icon_sensitive(EntryIconPosition.SECONDARY, false);