Skip to content

Commit

Permalink
Gui: [skip ci] improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 18, 2022
1 parent 9d37d27 commit ead1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/QuantitySpinBox.cpp
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit ead1bce

Please sign in to comment.