Browse Source

Change OK text in snap dialog to OK

Aaron Franke 5 years ago
parent
commit
8f85858224
1 changed files with 0 additions and 1 deletions
  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;
 		GridContainer *child_container;
 
 
 		set_title(TTR("Configure Snap"));
 		set_title(TTR("Configure Snap"));
-		get_ok()->set_text(TTR("Close"));
 
 
 		container = memnew(VBoxContainer);
 		container = memnew(VBoxContainer);
 		add_child(container);
 		add_child(container);