소스 검색

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);