You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Typo in text string
reported by Yuri Chornoivan on weblate
This commit is contained in:
@@ -498,7 +498,7 @@ void TileSetEditor::_on_tileset_toolbar_button_pressed(int p_index) {
|
|||||||
} break;
|
} break;
|
||||||
case TOOL_TILESET_REMOVE_TEXTURE: {
|
case TOOL_TILESET_REMOVE_TEXTURE: {
|
||||||
if (get_current_texture().is_valid()) {
|
if (get_current_texture().is_valid()) {
|
||||||
cd->set_text(TTR("Remove Selected Textue and ALL TILES wich uses it?"));
|
cd->set_text(TTR("Remove selected texture and ALL TILES which use it?"));
|
||||||
cd->popup_centered(Size2(300, 60));
|
cd->popup_centered(Size2(300, 60));
|
||||||
} else {
|
} else {
|
||||||
err_dialog->set_text(TTR("You haven't selected a texture to remove."));
|
err_dialog->set_text(TTR("You haven't selected a texture to remove."));
|
||||||
|
|||||||
Reference in New Issue
Block a user