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

Closes #5358

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-05-03 16:33:05 +05:00
parent e449aae6c8
commit 8b159bacd8
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

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)