Kaynağa Gözat

Merge pull request #58680 from timothyqiu/duplicated-msgid

Rémi Verschelde 3 yıl önce
ebeveyn
işleme
2d210fecf0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 */
 };