Fix a typo in a TTR() call

This commit is contained in:
Hugo Locurcio 2018-08-08 16:30:23 +02:00
parent b67f982723
commit c541430315
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -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;