浏览代码

Merge pull request #58680 from timothyqiu/duplicated-msgid

Rémi Verschelde 3 年之前
父节点
当前提交
2d210fecf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/input/input_map.cpp

+ 1 - 1
core/input/input_map.cpp

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