We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b849cf commit 4cb0268Copy full SHA for 4cb0268
Libs/Widgets/ctkLanguageComboBox.cpp
@@ -100,7 +100,7 @@ void ctkLanguageComboBoxPrivate::updateLanguageItems()
100
localeCodes.append(this->DefaultLanguage);
101
}
102
103
- // If no local code was selected and a default one was set, select it.
+ // If no locale code was selected and a default one was set, select it.
104
if (selectedLocaleCode.isEmpty() && !this->DefaultLanguage.isEmpty())
105
{
106
selectedLocaleCode = this->DefaultLanguage;
0 commit comments