Skip to content

Commit 4906940

Browse files
Update locale.cpp
1 parent 343ac4c commit 4906940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnleashedRecomp/locale/locale.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
706706
{
707707
"System_MemoryAllocationFailed",
708708
{
709-
{ ELanguage::English, "Failed to allocate game memory.\n\nPlease make sure that:\n\n- You meet the minimum system requirements (8 GB).\n- Your pagefile is configured with at least 4-8 GB of virtual memory." },
709+
{ ELanguage::English, "Failed to allocate game memory.\n\nPlease make sure that:\n\n- You meet the minimum system requirements (8 GB).\n- Your page file is configured with at least 4-8 GB of virtual memory." },
710710
{ ELanguage::Japanese, "" },
711711
{ ELanguage::German, "" },
712712
{ ELanguage::French, "" },

0 commit comments

Comments
 (0)