[gtk+] places-view: show a more verbose entry hint



commit 8192a058a90a13e78cd79aa54d33b01229d55718
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Aug 17 14:25:18 2015 -0300

    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.

 gtk/ui/gtkplacesview.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index 9b02549..5ee523e 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -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" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]