+2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * shell/ev-window.c: Add ellipsis to the Find... menu item, as
+ dictated by the GNOME HIG. Fixes bug #339235.
+
2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* data/evince-ui.xml:
G_CALLBACK (ev_window_cmd_edit_copy) },
{ "EditSelectAll", NULL, N_("Select _All"), "<control>A", NULL,
G_CALLBACK (ev_window_cmd_edit_select_all) },
- { "EditFind", GTK_STOCK_FIND, NULL, "<control>F",
+ { "EditFind", GTK_STOCK_FIND, N_("_Find..."), "<control>F",
N_("Find a word or phrase in the document"),
G_CALLBACK (ev_window_cmd_edit_find) },
{ "EditFindNext", NULL, N_("Find Ne_xt"), "<control>G", NULL,