mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 09:02:47 +00:00
VolumeVerifier: Add missing assignment to summary_text.
This commit is contained in:
parent
b314e2a313
commit
4cb8914ad3
@ -1432,6 +1432,7 @@ void VolumeVerifier::Finish()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
m_result.summary_text =
|
||||||
Common::GetStringT("Problems with low severity were found. They will most "
|
Common::GetStringT("Problems with low severity were found. They will most "
|
||||||
"likely not prevent the game from running.");
|
"likely not prevent the game from running.");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user