> @@ -308,7 +308,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog)
> check_regexp = gtk_check_button_new_with_mnemonic(_("_Use regular
> expressions"));
> ui_hookup_widget(dialog, check_regexp, "check_regexp");
> gtk_button_set_focus_on_click(GTK_BUTTON(check_regexp), FALSE);
> - gtk_widget_set_tooltip_text(check_regexp, _("Use POSIX-like regular
> expressions. "
> + gtk_widget_set_tooltip_text(check_regexp, _("Use PCRE regular
> expressions. "
> "For detailed information about using regular expressions,
> please read the documentation."));
> I don't think it's useful, because I couldn't imagine what other people would
> imagine this refers to. It's a message inside Geany, isn't it?
*_I_* did, it mentions PCRE then says "see the documentation" so obviously it
is referring to PCRE docs.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1168/files/c354384c3a466b5416a0ce4603f0dd9e9399c829#r73974540