From 70ccef59530ef7b5accc87b13673fd1c68416af2 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Fri, 21 Apr 2006 15:06:28 +0000 Subject: Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes 2006-04-21 Wouter Bolsterlee * shell/ev-window.c: Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes bug #339235. --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index cce9d76..f0dc8bb 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2853,7 +2853,7 @@ static const GtkActionEntry entries[] = { G_CALLBACK (ev_window_cmd_edit_copy) }, { "EditSelectAll", NULL, N_("Select _All"), "A", NULL, G_CALLBACK (ev_window_cmd_edit_select_all) }, - { "EditFind", GTK_STOCK_FIND, NULL, "F", + { "EditFind", GTK_STOCK_FIND, N_("_Find..."), "F", N_("Find a word or phrase in the document"), G_CALLBACK (ev_window_cmd_edit_find) }, { "EditFindNext", NULL, N_("Find Ne_xt"), "G", NULL, -- cgit v0.9.1