From: Wouter Bolsterlee Date: Fri, 4 Aug 2006 11:48:43 +0000 (+0000) Subject: Fixed typo in findbar code: s/help/search/ X-Git-Tag: EVINCE_0_5_5~14 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=inline;h=fd14b21cb40cce1c61d8eafa9cc03ea59160892b;p=evince.git Fixed typo in findbar code: s/help/search/ 2006-08-04 Wouter Bolsterlee * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in findbar code: s/help/search/ --- diff --git a/ChangeLog b/ChangeLog index cf695262..401114eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-04 Wouter Bolsterlee + + * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in + findbar code: s/help/search/ + 2006-08-04 Ricardo Markiewicz * shell/ev-window.c: (setup_document_from_metadata), 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();