Update hint texts of all entries

The design team discussed the ellipses at the end of the hint text of
our entries and, even though they are present in most mockups, it turned
out they don't like them, so remove them.

It also turned out they don't like the prefixes like "Enter" before it,
so remove those, too.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/977
This commit is contained in:
Jonas Dreßler
2020-02-14 22:11:27 +01:00
committed by Florian Müllner
parent 775c3345eb
commit 95ebbb9360
4 changed files with 8 additions and 8 deletions

View File

@ -104,7 +104,7 @@ class OverviewActor extends St.BoxLayout {
in the search entry when no search is
active; it should not exceed ~30
characters. */
hint_text: _("Type to search…"),
hint_text: _('Type to search'),
track_hover: true,
can_focus: true,
});