Răsfoiți Sursa

Merge pull request #4317 from volzhs/typo-overwrite

correct typo "overwrite"
Rémi Verschelde 9 ani în urmă
părinte
comite
c0576c64da
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tools/editor/io_plugins/editor_scene_import_plugin.cpp

+ 2 - 2
tools/editor/io_plugins/editor_scene_import_plugin.cpp

@@ -1164,14 +1164,14 @@ EditorSceneImportDialog::EditorSceneImportDialog(EditorNode *p_editor, EditorSce
 
 
 	this_import = memnew( OptionButton );
 	this_import = memnew( OptionButton );
 	this_import->add_item("Overwrite Existing Scene");
 	this_import->add_item("Overwrite Existing Scene");
-	this_import->add_item("Owerwrite Existing, Keep Materials");
+	this_import->add_item("Overwrite Existing, Keep Materials");
 	this_import->add_item("Keep Existing, Merge with New");
 	this_import->add_item("Keep Existing, Merge with New");
 	this_import->add_item("Keep Existing, Ignore New");
 	this_import->add_item("Keep Existing, Ignore New");
 	vbc->add_margin_child("This Time:",this_import);
 	vbc->add_margin_child("This Time:",this_import);
 
 
 	next_import = memnew( OptionButton );
 	next_import = memnew( OptionButton );
 	next_import->add_item("Overwrite Existing Scene");
 	next_import->add_item("Overwrite Existing Scene");
-	next_import->add_item("Owerwrite Existing, Keep Materials");
+	next_import->add_item("Overwrite Existing, Keep Materials");
 	next_import->add_item("Keep Existing, Merge with New");
 	next_import->add_item("Keep Existing, Merge with New");
 	next_import->add_item("Keep Existing, Ignore New");
 	next_import->add_item("Keep Existing, Ignore New");
 	vbc->add_margin_child("Next Time:",next_import);
 	vbc->add_margin_child("Next Time:",next_import);