Jelajahi Sumber

Merge pull request #39262 from aaronfranke/ok

Change OK text in snap dialog to OK
Rémi Verschelde 5 tahun lalu
induk
melakukan
176e6a0be3
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      editor/plugins/canvas_item_editor_plugin.cpp

+ 0 - 1
editor/plugins/canvas_item_editor_plugin.cpp

@@ -87,7 +87,6 @@ public:
 		GridContainer *child_container;
 
 		set_title(TTR("Configure Snap"));
-		get_ok()->set_text(TTR("Close"));
 
 		container = memnew(VBoxContainer);
 		add_child(container);