Remove TTRC()
with empty string
Fixes "duplicate message definition" when extracting messages.
This commit is contained in:
parent
b7a852a05d
commit
d1ca29cd8c
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ static const _BuiltinActionDisplayName _builtin_action_display_names[] = {
|
|||
{ "ui_filedialog_refresh", TTRC("Refresh") },
|
||||
{ "ui_filedialog_show_hidden", TTRC("Show Hidden") },
|
||||
{ "ui_swap_input_direction ", TTRC("Swap Input Direction") },
|
||||
{ "", TTRC("")}
|
||||
{ "", ""}
|
||||
/* clang-format on */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue