mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Typo in 'Atlas Texture' import menu entry
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
This commit is contained in:
parent
51609ffc04
commit
af59a1b633
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ String EditorTextureImportPlugin::get_visible_name() const {
|
|||
} break;
|
||||
case MODE_ATLAS: {
|
||||
|
||||
return "Atlas Teture";
|
||||
return "Atlas Texture";
|
||||
} break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue