mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 23:21:28 +03:00
Find file: fixed missing runtime i18n of "First Hit" label.
Thanks to David Martin <dmartina at excite dot com> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ef699b94be
commit
54b6991a9c
@ -295,13 +295,14 @@ find_parameters (char **start_dir, char **pattern, char **content)
|
||||
buts[i] = _(buts[i]);
|
||||
|
||||
file_case_label = _(file_case_label);
|
||||
content_case_label = _(content_case_label);
|
||||
file_pattern_label = _(file_pattern_label);
|
||||
file_recurs_label = _(file_recurs_label);
|
||||
file_skip_hidden_label = _(file_skip_hidden_label);
|
||||
file_all_charsets_label = _(file_all_charsets_label);
|
||||
content_all_charsets_label = _(content_all_charsets_label);
|
||||
content_case_label = _(content_case_label);
|
||||
content_regexp_label = _(content_regexp_label);
|
||||
file_pattern_label = _(file_pattern_label);
|
||||
content_first_hit_label = _(content_first_hit_label);
|
||||
content_all_charsets_label = _(content_all_charsets_label);
|
||||
}
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user