[geany/geany] 5cc69b: Merge pull request #2371 from ntrel/fif-strings

Frank Lanitz git-noreply at xxxxx
Tue Nov 26 09:15:06 UTC 2019


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Tue, 26 Nov 2019 09:15:06 UTC
Commit:      5cc69b3d6728a714637caabf0238759363e91e85
             https://github.com/geany/geany/commit/5cc69b3d6728a714637caabf0238759363e91e85

Log Message:
-----------
Merge pull request #2371 from ntrel/fif-strings

Find in files: Update file pattern label and tooltip


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

Modified: src/search.c
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -894,7 +894,7 @@ static void create_fif_dialog(void)
 	size_group = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
 	gtk_size_group_add_widget(size_group, label);
 
-	label3 = gtk_label_new_with_mnemonic(_("Fi_les:"));
+	label3 = gtk_label_new_with_mnemonic(_("File _patterns:"));
 	gtk_misc_set_alignment(GTK_MISC(label3), 0, 0.5);
 
 	combo_files_mode = create_fif_file_mode_combo();
@@ -906,7 +906,8 @@ static void create_fif_dialog(void)
 	entry = gtk_bin_get_child(GTK_BIN(fcombo));
 	ui_entry_add_clear_icon(GTK_ENTRY(entry));
 	gtk_entry_set_activates_default(GTK_ENTRY(entry), TRUE);
-	gtk_widget_set_tooltip_text(entry, _("File patterns, e.g. *.c *.h"));
+	gtk_widget_set_tooltip_text(entry,
+		_("Space separated list of file patterns (e.g. *.c *.h)"));
 	ui_hookup_widget(fif_dlg.dialog, entry, "entry_files");
 	fif_dlg.files_combo = fcombo;
 



--------------
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