Add proper translation string and shortcut for "Search" feature in headers
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 5 Nov 2009 11:12:46 +0000 (12:12 +0100)
committerJosé Dapena Paz <jdapena@igalia.com>
Mon, 25 Jan 2010 12:20:12 +0000 (13:20 +0100)
list.

src/hildon2/modest-header-window.c

index 526b26a..bb40588 100644 (file)
@@ -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), _("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);
 }
 
                                           APP_MENU_CALLBACK (toggle_isearch_toolbar), NULL);
 }