From ead1bce8e994358388fd6dd993f0c9b756ec0eac Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 18 Jan 2022 10:55:34 +0100 Subject: [PATCH] Gui: [skip ci] improve comment --- src/Gui/QuantitySpinBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/QuantitySpinBox.cpp b/src/Gui/QuantitySpinBox.cpp index be0e7fa70552..91d1e497df8c 100644 --- a/src/Gui/QuantitySpinBox.cpp +++ b/src/Gui/QuantitySpinBox.cpp @@ -132,7 +132,7 @@ class QuantitySpinBoxPrivate quantity.setUnit(unit); result = quantity; - // Now translate the text into the unit system + // Now translate the quantity into its string representation using the user-defined unit system input = Base::UnitsApi::schemaTranslate(result); } }