mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
fix: i18n label in the search dialog
Signed-off-by: Ilia Maslakov <il.smind@google.com>
This commit is contained in:
parent
e9a49c83a1
commit
e983e9eedc
@ -192,8 +192,9 @@ editcmd_dialog_search_show (WEdit * edit, char **search_text)
|
||||
/* checkboxes */
|
||||
for (i = 3; i < 8; i++)
|
||||
quick_widgets[i].u.checkbox.text = _(quick_widgets[i].u.checkbox.text);
|
||||
/* label */
|
||||
quick_widgets[10].u.label.text = _(quick_widgets[10].u.label.text);
|
||||
#endif
|
||||
|
||||
/* calculate button positions */
|
||||
btn_pos = 7;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user