Explorar o código

Merge pull request #39262 from aaronfranke/ok

Change OK text in snap dialog to OK
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
176e6a0be3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);