소스 검색

Merge pull request #11138 from NathanWarden/change_cancel_to_done

Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
Poommetee Ketson 8 년 전
부모
커밋
d0a6ac0c1d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/dependency_editor.cpp

+ 1 - 0
editor/dependency_editor.cpp

@@ -489,6 +489,7 @@ DependencyErrorDialog::DependencyErrorDialog() {
 	vb->add_margin_child(TTR("Scene failed to load due to missing dependencies:"), files, true);
 	files->set_v_size_flags(SIZE_EXPAND_FILL);
 	get_ok()->set_text(TTR("Open Anyway"));
+	get_cancel()->set_text(TTR("Done"));
 
 	text = memnew(Label);
 	vb->add_child(text);