diff --git a/src/Gui/Language/Translator.cpp b/src/Gui/Language/Translator.cpp index 35fc09ff26..1af2098645 100644 --- a/src/Gui/Language/Translator.cpp +++ b/src/Gui/Language/Translator.cpp @@ -151,7 +151,7 @@ public: } } else if (reason == "SubstituteDecimalSeparator") { - bool value = hGrp->GetBool("SubstituteDecimal"); + bool value = hGrp->GetBool("SubstituteDecimalSeparator"); client->enableDecimalPointConversion(value); } }