VolumeVerifier: Add missing assignment to summary_text.

This commit is contained in:
Admiral H. Curtiss 2022-09-23 14:57:55 +02:00
parent b314e2a313
commit 4cb8914ad3
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB

View file

@ -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: