Skip to content

Commit

Permalink
Merge pull request godotengine#21484 from Omicron666/patch-1
Browse files Browse the repository at this point in the history
Typo in text string
  • Loading branch information
akien-mga committed Aug 27, 2018
2 parents eb25cd0 + 71397e0 commit 35fbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/tile_set_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ void TileSetEditor::_on_tileset_toolbar_button_pressed(int p_index) {
} break;
case TOOL_TILESET_REMOVE_TEXTURE: {
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));
} else {
err_dialog->set_text(TTR("You haven't selected a texture to remove."));
Expand Down

0 comments on commit 35fbb11

Please sign in to comment.