From 1d2fd7fe6c73e6fe952e49b955a75c65a995ece8 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:46:09 +0200 Subject: [PATCH] BIM: BIM_TDView, add tooltip info on how to insert the view on a particular page (#20932) * BIM: add tooltip info on how to insert the view on a particular page * Fix typo * BIM: split tooltip comment for better code readability Co-authored-by: Benjamin Nauck --------- Co-authored-by: Benjamin Nauck --- src/Mod/BIM/bimcommands/BimTDView.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", }