Clean up \n from end of translation strings
This commit is contained in:
parent
92e114edfd
commit
928ca10a7b
6 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue