Remove TTRC() with empty string

Fixes "duplicate message definition" when extracting messages.
This commit is contained in:
Haoyu Qiu 2022-03-02 17:02:10 +08:00
parent b7a852a05d
commit d1ca29cd8c

View file

@ -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 */
};