Browse Source

Merge pull request #39262 from aaronfranke/ok

Change OK text in snap dialog to OK
Rémi Verschelde 5 năm trước cách đây
mục cha
commit
176e6a0be3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);