From 895fe5ea1cea5330edc7d3ca543065a1fd6151ae Mon Sep 17 00:00:00 2001 From: Tomas Polak <149316569+semhustej@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:06:20 +0100 Subject: [PATCH] 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 --------- Co-authored-by: Tomas Polak Co-authored-by: Yorik van Havre --- src/Mod/BIM/Resources/ui/dialogClassification.ui | 4 ++-- src/Mod/BIM/bimcommands/BimClassification.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/BIM/Resources/ui/dialogClassification.ui b/src/Mod/BIM/Resources/ui/dialogClassification.ui index 78425bec58..9b9a022ee0 100644 --- a/src/Mod/BIM/Resources/ui/dialogClassification.ui +++ b/src/Mod/BIM/Resources/ui/dialogClassification.ui @@ -183,7 +183,7 @@ - Use this class as material name + Use this class as object name << Set as name @@ -195,7 +195,7 @@ - Prefix with class name when applying + Prefix with classification system name true diff --git a/src/Mod/BIM/bimcommands/BimClassification.py b/src/Mod/BIM/bimcommands/BimClassification.py index 6038f3ba9b..32c1efed23 100644 --- a/src/Mod/BIM/bimcommands/BimClassification.py +++ b/src/Mod/BIM/bimcommands/BimClassification.py @@ -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", ), }