Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-04-21 15:06:28 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-04-21 15:06:28 (GMT)
commit70ccef59530ef7b5accc87b13673fd1c68416af2 (patch)
treebe12a05f734d9fd4aed0e276ece1e2d27cf4f1f7 /shell
parent4ba303dfa510b2364cafe05395b84177cae63cfb (diff)
Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
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"), "<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,