summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-14 15:07:09 -0300
committerNiels De Graef <nielsdegraef@gmail.com>2023-02-19 15:00:28 +0000
commit549cdf5ef0fa77b0e4f423fccefc70e71c8c9b0d (patch)
tree0cddac1dd341027c1f176eb45f4be4b72ef349d5
parentbe0725360c420dfa4c51fb407dd0bf83ffb412e9 (diff)
downloadgnome-contacts-549cdf5ef0fa77b0e4f423fccefc70e71c8c9b0d.tar.gz
window: Make placeholder text from search entry more descriptive
Acc. HIG, "if the text field performs an action, they [placeholders] can be phrased as an instruction". https://developer.gnome.org/hig/patterns/controls/text-fields.html
-rw-r--r--data/ui/contacts-main-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index b79bcac..a586ef2 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -189,7 +189,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkSearchEntry" id="filter_entry">
- <property name="placeholder-text" translatable="yes">Type to search</property>
+ <property name="placeholder-text" translatable="yes">Search contacts</property>
<signal name="search-changed" handler="filter_entry_changed"/>
<style>
<class name="contacts-filter-entry"/>