From 9289e2723034ab0adf77124a6bb23e6610e5a735 Mon Sep 17 00:00:00 2001 From: "chris jones @ipatch" Date: Wed, 11 Feb 2026 14:53:56 -0600 Subject: [PATCH] gui: preferences fixes #27379 --- src/Gui/Language/Translator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }