diff options
| author | Artem Varaksa | 2018-01-04 22:00:39 +0300 |
|---|---|---|
| committer | Artem Varaksa | 2018-01-04 22:00:39 +0300 |
| commit | 928ca10a7bf0b4093984ba70611b8162c89043eb (patch) | |
| tree | 0cdf81d885497885a95a2be944b81c80a56322ee /editor/plugins/navigation_mesh_editor_plugin.cpp | |
| parent | 92e114edfdf45aa311f7b8326d286998365b6bfa (diff) | |
| download | godot-928ca10a7bf0b4093984ba70611b8162c89043eb.tar.gz godot-928ca10a7bf0b4093984ba70611b8162c89043eb.tar.zst godot-928ca10a7bf0b4093984ba70611b8162c89043eb.zip | |
Diffstat (limited to 'editor/plugins/navigation_mesh_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/navigation_mesh_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/navigation_mesh_editor_plugin.cpp b/editor/plugins/navigation_mesh_editor_plugin.cpp index 8c80225db..933ab3688 100644 --- a/editor/plugins/navigation_mesh_editor_plugin.cpp +++ b/editor/plugins/navigation_mesh_editor_plugin.cpp @@ -107,7 +107,7 @@ NavigationMeshEditor::NavigationMeshEditor() { button_bake->set_text(TTR("Bake!")); button_bake->set_toggle_mode(true); button_reset = memnew(Button); - button_bake->set_tooltip(TTR("Bake the navigation mesh.\n")); + button_bake->set_tooltip(TTR("Bake the navigation mesh.") + "\n"); bake_info = memnew(Label); bake_hbox->add_child(button_bake); |
