소스 검색

Typo in 'Atlas Texture' import menu entry

Signed-off-by: Vinzenz Feenstra <[email protected]>
Vinzenz Feenstra 11 년 전
부모
커밋
af59a1b633
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
 	}