[geany/geany] 70cc01: Make tooltip slightly more explicit

elextr git-noreply at xxxxx
Tue Aug 9 00:09:49 UTC 2016


Branch:      refs/heads/elextr-patch-1
Author:      elextr <elextr at gmail.com>
Committer:   GitHub <noreply at github.com>
Date:        Tue, 09 Aug 2016 00:09:49 UTC
Commit:      70cc01372cb2d53ae92bf8c476d39a47b5da8de4
             https://github.com/geany/geany/commit/70cc01372cb2d53ae92bf8c476d39a47b5da8de4

Log Message:
-----------
Make tooltip slightly more explicit

See also #1168


Modified Paths:
--------------
    src/search.c

Modified: src/search.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -309,7 +309,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog)
 	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. "
-		"For detailed information about using regular expressions, please read the documentation."));
+		"For tips about using regular expressions, please read the Geany manual."));
 	g_signal_connect(check_regexp, "toggled",
 		G_CALLBACK(on_find_replace_checkbutton_toggled), dialog);
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list