You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix typo in new strings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user