mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
VolumeVerifier: Add missing assignment to summary_text.
This commit is contained in:
parent
b314e2a313
commit
4cb8914ad3
1 changed files with 3 additions and 2 deletions
|
@ -1432,8 +1432,9 @@ void VolumeVerifier::Finish()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Common::GetStringT("Problems with low severity were found. They will most "
|
m_result.summary_text =
|
||||||
"likely not prevent the game from running.");
|
Common::GetStringT("Problems with low severity were found. They will most "
|
||||||
|
"likely not prevent the game from running.");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Severity::Medium:
|
case Severity::Medium:
|
||||||
|
|
Loading…
Add table
Reference in a new issue