aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--src/ephy-window.c2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04676367e..81a0cb772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-01 David Bordoley <bordoley@msu.edu>
+
+ * src/ephy-window.c: (setup_window):
+
+ Set a label for the find toolbar item so that it
+ doesn't have elipses.
+
2003-07-01 Arafat Medini <lumina@silverpen.de>
* configure.in: Added "ar" Arabic to ALL_LINGUAS.
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 256eaa7cb..a920ce56f 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -661,6 +661,8 @@ setup_window (EphyWindow *window)
g_object_set (action, "short_label", _("Print"), NULL);
action = egg_action_group_get_action (action_group, "FileBookmarkPage");
g_object_set (action, "short_label", _("Bookmark"), NULL);
+ action = egg_action_group_get_action (action_group, "EditFind");
+ g_object_set (action, "short_label", _("Find"), NULL);
action = egg_action_group_get_action (action_group, "GoBookmarks");
g_object_set (action, "short_label", _("Bookmarks"), NULL);