mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 16:43:10 +00:00
Fix a typo in a TTR() call
This commit is contained in:
parent
b67f982723
commit
c541430315
@ -1227,7 +1227,7 @@ void EditorNode::_dialog_action(String p_file) {
|
||||
Error err = ResourceSaver::save(p_file, tileset);
|
||||
if (err) {
|
||||
|
||||
show_accept(TRR("Error saving TileSet!"), TTR("OK"));
|
||||
show_accept(TTR("Error saving TileSet!"), TTR("OK"));
|
||||
return;
|
||||
}
|
||||
} break;
|
||||
|
Loading…
Reference in New Issue
Block a user