aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/navigation_mesh_editor_plugin.cpp
diff options
context:
space:
mode:
authorArtem Varaksa2018-01-04 22:00:39 +0300
committerArtem Varaksa2018-01-04 22:00:39 +0300
commit928ca10a7bf0b4093984ba70611b8162c89043eb (patch)
tree0cdf81d885497885a95a2be944b81c80a56322ee /editor/plugins/navigation_mesh_editor_plugin.cpp
parent92e114edfdf45aa311f7b8326d286998365b6bfa (diff)
downloadgodot-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.cpp2
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);