From 5109168533009e56a72a1632dd0a71a7f2c714e5 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 17 Mar 2025 17:47:21 +0500 Subject: [PATCH] quantification fallback - small clarification --- src/bonsai/bonsai/bim/module/qto/prop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/qto/prop.py b/src/bonsai/bonsai/bim/module/qto/prop.py index e632bb2915..57e04d4cc1 100644 --- a/src/bonsai/bonsai/bim/module/qto/prop.py +++ b/src/bonsai/bonsai/bim/module/qto/prop.py @@ -93,7 +93,7 @@ class BIMQtoProperties(PropertyGroup): name="Fallback To Other Calculators", description=( "If currently selected calculator does not support quantification " - "of some class/property, to try other available calculators." + "of some class/quantity set, to try other available calculators." ), default=False, )