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:27:52 +0000 (13:27 +0100)
list.

src/widgets/modest-header-window.c

index 52f5482..7e40fb6 100644 (file)
@@ -977,7 +977,7 @@ static void setup_menu (ModestHeaderWindow *self)
        modest_window_add_to_menu (MODEST_WINDOW (self), _("mcen_me_outbox_cancelsend"), NULL,
                                   MODEST_WINDOW_MENU_CALLBACK (modest_ui_actions_cancel_send),
                                   MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_cancel_sending_all));
-       modest_window_add_to_menu (MODEST_WINDOW (self), _("Find..."), NULL,
+       modest_window_add_to_menu (MODEST_WINDOW (self), _HL("wdgt_bd_search"), "<Control>f",
                                   MODEST_WINDOW_MENU_CALLBACK (toggle_isearch_toolbar), NULL);
 }