浏览代码

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;
 
 	}