Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/eggfindbar.c
diff options
context:
space:
mode:
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();