> @@ -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."));
By "documentation" do you mean the Geany manual or the PCRE documentation, its
not clear?
---
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#r73970561