forked from AuroraMiddleware/gtk
places-view: show a more verbose entry hint
As pointed out by Allan, this is not very helpful. A call to action label fits better in this case.
This commit is contained in:
parent
3de1bd383a
commit
8192a058a9
@ -283,7 +283,7 @@
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="width_chars">20</property>
|
||||
<property name="placeholder_text" translatable="yes">Address…</property>
|
||||
<property name="placeholder_text" translatable="yes">Enter server address…</property>
|
||||
<property name="completion">address_entry_completion</property>
|
||||
<signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes" />
|
||||
<signal name="activate" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes" />
|
||||
|
Loading…
Reference in New Issue
Block a user