diff options
Diffstat (limited to 'gtk/gtksearchentry.c')
-rw-r--r-- | gtk/gtksearchentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index cf3af20e50..57e88b3baf 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -40,9 +40,9 @@ * #GtkSearchEntry is a subclass of #GtkEntry that has * been tailored for use as a search entry. * - * It will show an inactive symbolic "find" icon when the - * search entry is empty, and a symbolic "clear" icon when - * there is text. Clicking on the "clear" icon will empty + * It will show an inactive symbolic “find” icon when the + * search entry is empty, and a symbolic “clear” icon when + * there is text. Clicking on the “clear” icon will empty * the search entry. * * Note that the search/clear icon is shown using a secondary |