Skip to content

Commit

Permalink
Changed Import model tooltip to Import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dgzt committed Oct 12, 2022
1 parent 5ba1aa2 commit d3d8ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class MundusToolbar : Toolbar(), FullScreenEvent.FullScreenEventListener {
Tooltip.Builder("Save project (Ctrl+S)").target(saveBtn).build()

importBtn.padRight(7f).padLeft(7f)
Tooltip.Builder("Import model").target(importBtn).build()
Tooltip.Builder("Import").target(importBtn).build()

exportBtn.padRight(12f).padLeft(7f)
Tooltip.Builder("Export project (F1)").target(exportBtn).build()
Expand Down

0 comments on commit d3d8ad2

Please sign in to comment.