Gui: [skip ci] improve comment

This commit is contained in:
wmayer
2022-01-18 10:55:34 +01:00
parent 9d37d27229
commit ead1bce8e9

View File

@@ -132,7 +132,7 @@ public:
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);
}
}