aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2018-01-06 21:33:11 +0700
committerPoommetee Ketson2018-01-06 21:33:11 +0700
commit768fd83e61d28301f153adf61dc608ae41216940 (patch)
tree5f2dbdc55be1206b18128a0aaf59173b4e60552d /editor/plugins/tile_set_editor_plugin.cpp
parent51854d61b0695e9487c7c624dfeb8c75718bd01b (diff)
downloadgodot-768fd83e61d28301f153adf61dc608ae41216940.tar.gz
godot-768fd83e61d28301f153adf61dc608ae41216940.tar.zst
godot-768fd83e61d28301f153adf61dc608ae41216940.zip
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 b5ff94a05..15e8347bb 100644
--- a/editor/plugins/tile_set_editor_plugin.cpp
+++ b/editor/plugins/tile_set_editor_plugin.cpp
@@ -629,7 +629,7 @@ void AutotileEditor::_on_edit_mode_changed(int p_edit_mode) {
tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to use as icon, this will be also used on invalid autotile bindings."));
spin_priority->hide();
} else {
- tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to change it's priority."));
+ tools[TOOL_SELECT]->set_tooltip(TTR("Select sub-tile to change its priority."));
spin_priority->show();
}
} break;