mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-08 04:51:49 +02:00
Fix typo.
This commit is contained in:
parent
dd98d9e7e5
commit
5d036590dd
@ -1126,7 +1126,7 @@ TerrainWorldEditor::TerrainWorldEditor(EditorNode *p_editor) {
|
||||
|
||||
Button *bake_props_button = memnew(Button);
|
||||
bake_props_button->set_text(TTR("Bake Props"));
|
||||
bake_props_button->set_tooltip(TTR("Takes the current world's direct child PropInstanceMergers, adds them directly as props and delets them.\mnThe ones that have a script attached will be skipped. Node names will be remembered."));
|
||||
bake_props_button->set_tooltip(TTR("Takes the current world's direct child PropInstanceMergers, adds them directly as props and delets them.\nThe ones that have a script attached will be skipped. Node names will be remembered."));
|
||||
bake_props_button->connect("pressed", this, "_on_bake_props_button_pressed");
|
||||
_baking_tools_tool_container->add_child(bake_props_button);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user