From af59a1b633abf5b58423fddc35f80fb648cb0962 Mon Sep 17 00:00:00 2001 From: Vinzenz Feenstra Date: Mon, 24 Feb 2014 12:16:40 +0100 Subject: [PATCH] Typo in 'Atlas Texture' import menu entry Signed-off-by: Vinzenz Feenstra --- tools/editor/io_plugins/editor_texture_import_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/io_plugins/editor_texture_import_plugin.cpp b/tools/editor/io_plugins/editor_texture_import_plugin.cpp index 2e6e7551369..9ca33e33745 100644 --- a/tools/editor/io_plugins/editor_texture_import_plugin.cpp +++ b/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; }