diff --git a/src/Mod/BIM/bimcommands/BimTDView.py b/src/Mod/BIM/bimcommands/BimTDView.py index b743acc0a4..777e0d9d48 100644 --- a/src/Mod/BIM/bimcommands/BimTDView.py +++ b/src/Mod/BIM/bimcommands/BimTDView.py @@ -38,7 +38,9 @@ class BIM_TDView: "MenuText": QT_TRANSLATE_NOOP("BIM_TDView", "Insert view"), "ToolTip": QT_TRANSLATE_NOOP( "BIM_TDView", - "Inserts a drawing view on a page", + "Inserts a drawing view on a page.\n" + "To choose where to insert the view when multiple pages are available,\n" + "select both the view and the page before you execute the command.", ), 'Accel': "V, I", }