[geany/geany] 278de0: Re-use "File patterns" string in Find in Files dialog vs "Files"
Nick Treleaven
git-noreply at xxxxx
Tue Nov 26 09:15:16 UTC 2019
Branch: refs/heads/master
Author: Nick Treleaven <n at trelsoft.com>
Committer: Nick Treleaven <n at trelsoft.com>
Date: Fri, 18 Oct 2019 12:01:16 UTC
Commit: 278de05d81b20ae90d429ab509684b1a40d936ba
https://github.com/geany/geany/commit/278de05d81b20ae90d429ab509684b1a40d936ba
Log Message:
-----------
Re-use "File patterns" string in Find in Files dialog vs "Files"
(New string already used in Project properties).
Modified Paths:
--------------
src/search.c
Modified: src/search.c
2 lines changed, 1 insertions(+), 1 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();
--------------
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