Переглянути джерело

Change OK text in snap dialog to OK

(cherry picked from commit 8f8585822401ce5f216976afb4d2f4d05890b9ac)
Aaron Franke 5 роки тому
батько
коміт
7021991cd9
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      editor/plugins/canvas_item_editor_plugin.cpp

+ 0 - 1
editor/plugins/canvas_item_editor_plugin.cpp

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