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 <benjamin@nauck.se>

---------

Co-authored-by: Benjamin Nauck <benjamin@nauck.se>
This commit is contained in:
Furgo
2025-04-28 17:46:09 +02:00
committed by GitHub
parent 3ae1d46249
commit 1d2fd7fe6c

View File

@@ -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",
}