Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/eggfindbar.c
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-08-04 11:48:43 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-08-04 11:48:43 (GMT)
commitfd14b21cb40cce1c61d8eafa9cc03ea59160892b (patch)
treeea77ab232a568a01d5fdfaeeee12725d88f8afed /shell/eggfindbar.c
parentddeae94041ec4a587e0b353d97816daad182ea66 (diff)
Fixed typo in findbar code: s/help/search/
2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl> * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in findbar code: s/help/search/
Diffstat (limited to 'shell/eggfindbar.c')
-rw-r--r--shell/eggfindbar.c2
1 files changed, 1 insertions, 1 deletions
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();