소스 검색

Merge pull request #10647 from Noshyaar/patch-1

ProjectSettings: Fix typo 'an setting' to 'a setting'
Andreas Haas 8 년 전
부모
커밋
f634973acb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/project_settings_editor.cpp

+ 1 - 1
editor/project_settings_editor.cpp

@@ -790,7 +790,7 @@ void ProjectSettingsEditor::_item_del() {
 
 	String path = globals_editor->get_property_editor()->get_selected_path();
 	if (path == String()) {
-		EditorNode::get_singleton()->show_warning(TTR("Select an setting item first!"));
+		EditorNode::get_singleton()->show_warning(TTR("Select a setting item first!"));
 		return;
 	}