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 <yorik.vanhavre@gmail.com>

---------

Co-authored-by: Tomas Polak <semhustej@users.noreply.github.com>
Co-authored-by: Yorik van Havre <yorik.vanhavre@gmail.com>
This commit is contained in:
Tomas Polak
2025-03-20 12:06:20 +01:00
committed by GitHub
parent bf55cdaecd
commit 895fe5ea1c
2 changed files with 3 additions and 3 deletions

View File

@@ -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>&lt;&lt; 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>

View File

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