change(LanguageSelectionWidget): 'Use system locale' -> 'Use system regional standards'

Closes #5358

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 8b159bacd8)
This commit is contained in:
Octol1ttle 2026-05-03 16:33:05 +05:00 committed by github-actions[bot]
parent 3ca8b05bdb
commit e1ffb80ccd

View file

@ -63,7 +63,7 @@ void LanguageSelectionWidget::retranslate()
QString text = tr("Don't see your language or the quality is poor?<br/><a href=\"%1\">Help us with translations!</a>")
.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)