X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Feggfindbar.c;h=a9c66e7bbcf77832d8bfbcbffe0185fb7711ada2;hb=4bb9bc83e2de5cd88fa2e3f81a7da6e7d81cbf99;hp=05ec11ced9a21793afd67aeeecadbf768b9fecba;hpb=d03e2388d98142e9852a9cc65b6f9b626c1387ae;p=evince.git diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c index 05ec11ce..a9c66e7b 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();