summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-08-27 16:16:57 +0200
committerGitHub <noreply@github.com>2018-08-27 16:16:57 +0200
commit35fbb11cec6d4048704afe566d4e12563bd9fbc3 (patch)
treef23474028f60964ed28884a1b01e8450b0d4183b /editor/plugins/tile_set_editor_plugin.cpp
parenteb25cd0737612c1dc03b3757b18cea85cb8afc74 (diff)
parent71397e0e17f7e2064d0c06482fa3108988888f0c (diff)
Merge pull request #21484 from Omicron666/patch-1
Typo in text string
Diffstat (limited to 'editor/plugins/tile_set_editor_plugin.cpp')
-rw-r--r--editor/plugins/tile_set_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp
index 55a04a51b3..6b556cbe12 100644
--- a/editor/plugins/tile_set_editor_plugin.cpp
+++ b/editor/plugins/tile_set_editor_plugin.cpp
@@ -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."));