* find.c (find_parameters): Use translated string.

This commit is contained in:
Andrew V. Samoilov 2004-12-13 18:04:37 +00:00
parent 7e75c2d423
commit d339190071
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-13 Andrew V. Samoilov <sav@bcs.zp.ua>
* find.c (find_parameters): Use translated string.
2004-12-10 Andrew V. Samoilov <sav@bcs.zp.ua>
* command.c (enter): Speed up and simplify.

View File

@ -256,7 +256,7 @@ find_parameters (char **start_dir, char **pattern, char **content)
add_widget (find_dlg,
button_new (12, b0, B_ENTER, DEFPUSH_BUTTON, buts[0], 0));
find_regex_cbox = check_new (10, 3, find_regex_flag, _("Regular expression"));
find_regex_cbox = check_new (10, 3, find_regex_flag, _("&Regular expression"));
add_widget (find_dlg, find_regex_cbox);
case_sense = check_new (9, 3, case_sensitive, case_label);