Selaa lähdekoodia

Merge pull request #141 from vinzenz/texture-import-plugin-typo

Typo in 'Atlas Texture' import menu entry
okamstudio 11 vuotta sitten
vanhempi
commit
4f65f31826
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 		} break;
 		case MODE_ATLAS: {
 		case MODE_ATLAS: {
 
 
-			return "Atlas Teture";
+			return "Atlas Texture";
 		} break;
 		} break;
 
 
 	}
 	}