浏览代码

Merge pull request #39262 from aaronfranke/ok

Change OK text in snap dialog to OK
Rémi Verschelde 5 年之前
父节点
当前提交
176e6a0be3
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);