mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Improve unknown settings values dialog text message
This commit is contained in:
parent
f0c267ecb0
commit
f2a2dfda3a
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ void emu_settings::OpenCorrectionDialog(QWidget* parent)
|
||||||
{
|
{
|
||||||
if (m_broken_types.size() && QMessageBox::question(parent, tr("Fix invalid settings?"),
|
if (m_broken_types.size() && QMessageBox::question(parent, tr("Fix invalid settings?"),
|
||||||
tr(
|
tr(
|
||||||
"Your config file contained one or more unrecognized settings.\n"
|
"Your config file contained one or more unrecognized values for settings.\n"
|
||||||
"Their default value will be used until they are corrected.\n"
|
"Their default value will be used until they are corrected.\n"
|
||||||
"Consider that a correction might render them invalid for other versions of RPCS3.\n"
|
"Consider that a correction might render them invalid for other versions of RPCS3.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue