From: Jose Dapena Paz Date: Thu, 5 Nov 2009 11:12:46 +0000 (+0100) Subject: Add proper translation string and shortcut for "Search" feature in headers X-Git-Tag: 3.2.11-1~17 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=0e3633fa7d6a9e62e5aaa28f3f60096d2b7fc73e Add proper translation string and shortcut for "Search" feature in headers list. --- 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); }