summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeVerifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeVerifier.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp
index 109b4c2f64..a2810b5919 100644
--- a/Source/Core/DiscIO/VolumeVerifier.cpp
+++ b/Source/Core/DiscIO/VolumeVerifier.cpp
@@ -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: