mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
change(LanguageSelectionWidget): 'Use system locale' -> 'Use system regional standards'
Closes #5358 Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
e449aae6c8
commit
8b159bacd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue