mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Merge pull request #141 from vinzenz/texture-import-plugin-typo
Typo in 'Atlas Texture' import menu entry
This commit is contained in:
commit
4f65f31826
@ -610,7 +610,7 @@ String EditorTextureImportPlugin::get_visible_name() const {
|
||||
} break;
|
||||
case MODE_ATLAS: {
|
||||
|
||||
return "Atlas Teture";
|
||||
return "Atlas Texture";
|
||||
} break;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user