Merge pull request #4012 from Pringo/change-message
Clarify Boot from DVD Message
This commit is contained in:
commit
7b98250a57
|
@ -732,10 +732,10 @@ bool SConfig::AutoSetup(EBootBS2 _BootBS2)
|
||||||
if (pVolume == nullptr)
|
if (pVolume == nullptr)
|
||||||
{
|
{
|
||||||
if (bootDrive)
|
if (bootDrive)
|
||||||
PanicAlertT("Could not read \"%s\". "
|
PanicAlertT("Could not read \"%s\". "
|
||||||
"There is no disc in the drive, or it is not a GC/Wii backup. "
|
"There is no disc in the drive or it is not a GameCube/Wii backup. "
|
||||||
"Please note that original GameCube and Wii discs cannot be read "
|
"Please note that Dolphin cannot play games directly from the original "
|
||||||
"by most PC DVD drives.",
|
"GameCube and Wii discs.",
|
||||||
m_strFilename.c_str());
|
m_strFilename.c_str());
|
||||||
else
|
else
|
||||||
PanicAlertT("\"%s\" is an invalid GCM/ISO file, or is not a GC/Wii ISO.",
|
PanicAlertT("\"%s\" is an invalid GCM/ISO file, or is not a GC/Wii ISO.",
|
||||||
|
|
Loading…
Reference in New Issue