Merge pull request #58680 from timothyqiu/duplicated-msgid

This commit is contained in:
Rémi Verschelde 2022-03-02 11:10:43 +01:00 committed by GitHub
commit 2d210fecf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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