diff options
author | Automeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org> | 2023-02-15 20:18:29 -0300 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2023-02-19 15:00:28 +0000 |
commit | 9523fef4ad391f25f51cb53ce6fb804ad647b989 (patch) | |
tree | f4dc553362ab33bd3aa0fe6ccfab249691299e3d | |
parent | 549cdf5ef0fa77b0e4f423fccefc70e71c8c9b0d (diff) | |
download | gnome-contacts-9523fef4ad391f25f51cb53ce6fb804ad647b989.tar.gz |
main-window: Rename "Select Items" tooltip to "Select Contacts"
-rw-r--r-- | data/ui/contacts-main-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui index a586ef2..b572374 100644 --- a/data/ui/contacts-main-window.ui +++ b/data/ui/contacts-main-window.ui @@ -143,7 +143,7 @@ <child type="end"> <object class="GtkButton" id="selection_button"> <property name="icon-name">selection-mode-symbolic</property> - <property name="tooltip-text" translatable="yes">Select Items</property> + <property name="tooltip-text" translatable="yes">Select Contacts</property> <signal name="clicked" handler="on_selection_button_clicked"/> </object> </child> |