mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Fix i18n of file operation dialog titles.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
99ef9f6cde
commit
aa39bb48b2
@ -2617,7 +2617,7 @@ panel_operate (void *source_panel, FileOperation operation, gboolean force_singl
|
||||
static gboolean i18n_flag = FALSE;
|
||||
if (!i18n_flag)
|
||||
{
|
||||
for (i = sizeof (op_names1) / sizeof (op_names1[0]); i--;)
|
||||
for (i = sizeof (op_names) / sizeof (op_names[0]); i--;)
|
||||
op_names[i] = Q_ (op_names[i]);
|
||||
i18n_flag = TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user