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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user