Explorar o código

Typo in 'Atlas Texture' import menu entry

Signed-off-by: Vinzenz Feenstra <[email protected]>
Vinzenz Feenstra %!s(int64=11) %!d(string=hai) anos
pai
achega
af59a1b633
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/editor/io_plugins/editor_texture_import_plugin.cpp

+ 1 - 1
tools/editor/io_plugins/editor_texture_import_plugin.cpp

@@ -610,7 +610,7 @@ String EditorTextureImportPlugin::get_visible_name() const {
 		} break;
 		case MODE_ATLAS: {
 
-			return "Atlas Teture";
+			return "Atlas Texture";
 		} break;
 
 	}