Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--shell/eggfindbar.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf69526..401114e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
+ findbar code: s/help/search/
+
2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
* shell/ev-window.c: (setup_document_from_metadata),
diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c
index 05ec11c..a9c66e7 100644
--- a/shell/eggfindbar.c
+++ b/shell/eggfindbar.c
@@ -348,7 +348,7 @@ egg_find_bar_init (EggFindBar *find_bar)
g_object_set (G_OBJECT (priv->case_button), "label", _("C_ase Sensitive"), NULL);
gtk_tool_item_set_is_important (priv->case_button, TRUE);
gtk_tool_item_set_tooltip (priv->case_button, GTK_TOOLBAR (find_bar)->tooltips,
- _("Toggle case sensitive help"),
+ _("Toggle case sensitive search"),
NULL);
/* Status */
priv->status_item = gtk_tool_item_new();