From 0e3633fa7d6a9e62e5aaa28f3f60096d2b7fc73e Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 5 Nov 2009 12:12:46 +0100 Subject: [PATCH] Add proper translation string and shortcut for "Search" feature in headers list. --- src/hildon2/modest-header-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index 526b26a..bb40588 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -1003,7 +1003,7 @@ static void setup_menu (ModestHeaderWindow *self) modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_outbox_cancelsend"), NULL, APP_MENU_CALLBACK (modest_ui_actions_cancel_send), MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_cancel_sending_all)); - modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("Find..."), NULL, + modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _HL("wdgt_bd_search"), NULL, APP_MENU_CALLBACK (toggle_isearch_toolbar), NULL); } -- 1.7.9.5