diff --git a/launcher/ui/widgets/LanguageSelectionWidget.cpp b/launcher/ui/widgets/LanguageSelectionWidget.cpp
index a32f7034d..3f35df7b0 100644
--- a/launcher/ui/widgets/LanguageSelectionWidget.cpp
+++ b/launcher/ui/widgets/LanguageSelectionWidget.cpp
@@ -63,7 +63,7 @@ void LanguageSelectionWidget::retranslate()
QString text = tr("Don't see your language or the quality is poor?
Help us with translations!")
.arg(BuildConfig.TRANSLATIONS_URL);
helpUsLabel->setText(text);
- formatCheckbox->setText(tr("Use system locales"));
+ formatCheckbox->setText(tr("Use system regional standards"));
}
void LanguageSelectionWidget::languageRowChanged(const QModelIndex& current, const QModelIndex& previous)