VolumeVerifier: Add missing assignment to summary_text.
This commit is contained in:
parent
b314e2a313
commit
4cb8914ad3
|
@ -1432,8 +1432,9 @@ void VolumeVerifier::Finish()
|
|||
}
|
||||
else
|
||||
{
|
||||
Common::GetStringT("Problems with low severity were found. They will most "
|
||||
"likely not prevent the game from running.");
|
||||
m_result.summary_text =
|
||||
Common::GetStringT("Problems with low severity were found. They will most "
|
||||
"likely not prevent the game from running.");
|
||||
}
|
||||
break;
|
||||
case Severity::Medium:
|
||||
|
|
Loading…
Reference in New Issue