[gnome-contacts] Sync entry text with gnome-shell overview search



commit 261e5260972b9c49bc7d2e95de6440a73c31f2a7
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Jun 16 17:32:15 2011 +0200

    Sync entry text with gnome-shell overview search

 src/contacts-list-pane.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 777d56e..e1ffa1b 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -157,7 +157,7 @@ public class Contacts.ListPane : Frame {
     toolbar.add (separator);
 
     filter_entry = new Entry ();
-    filter_entry.set ("placeholder-text", _("Type here to filter"));
+    filter_entry.set ("placeholder-text", _("Type to search..."));
     filter_entry.set_icon_from_icon_name (EntryIconPosition.SECONDARY, "edit-find-symbolic");
     filter_entry.changed.connect (filter_entry_changed);
 



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