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:
Georges Basile Stavracas Neto 2015-08-17 14:25:18 -03:00
parent 3de1bd383a
commit 8192a058a9

View File

@ -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" />