BIM_Classification dialgue - change tooltips and text to better represent their functions (#20274)
* Change Ifc Classification dialgue tooltips and text * Update src/Mod/BIM/bimcommands/BimClassification.py Co-authored-by: Yorik van Havre <[email protected]> --------- Co-authored-by: Tomas Polak <[email protected]> Co-authored-by: Yorik van Havre <[email protected]>
This commit is contained in:
co-authored by
Tomas Polak
Yorik van Havre
parent
bf55cdaecd
commit
895fe5ea1c
@@ -183,7 +183,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonRename">
|
||||
<property name="toolTip">
|
||||
<string>Use this class as material name</string>
|
||||
<string>Use this class as object name</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><< Set as name</string>
|
||||
@@ -195,7 +195,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkPrefix">
|
||||
<property name="text">
|
||||
<string>Prefix with class name when applying</string>
|
||||
<string>Prefix with classification system name</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -42,7 +42,7 @@ class BIM_Classification:
|
||||
),
|
||||
"ToolTip": QT_TRANSLATE_NOOP(
|
||||
"BIM_Classification",
|
||||
"Manage how the different materials of this documents use classification systems",
|
||||
"Manage classification systems and apply classification to objects",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user