Updating branch refs/heads/master
to cbeb9bfcfa8b6398164e4d83e789ea1b03387000 (commit)
from a1f5bef36534de2571befc2a932316729e1c4882 (commit)
commit cbeb9bfcfa8b6398164e4d83e789ea1b03387000
Author: Christian Dywan <[email protected]>
Date: Mon Mar 28 23:39:10 2011 +0200
Localize 'Type to Search...' hint in search entry
postler/postler-bureau.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index fee04ea..3c689aa 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -658,7 +658,7 @@ public class Postler.Bureau : Gtk.Window {
actions.get_action ("MessageNew").is_important = true;
var toolitem = new Gtk.ToolItem ();
toolbar.insert (toolitem, -1);
- search = new Elementary.SearchEntry ("Type To Search...");
+ search = new Elementary.SearchEntry (_("Type To Search..."));
search.activate.connect (search_entry_activated);
search.icon_press.connect_after ((position, event) => {
search.activate ();
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits