mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-22 10:21:39 +00:00
Update UnleashedRecomp/locale/locale.cpp
Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com>
This commit is contained in:
parent
a6f8169422
commit
343ac4c85b
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
|
|||
{
|
||||
"System_MemoryAllocationFailed",
|
||||
{
|
||||
{ ELanguage::English, "Memory allocation failed blablabla enable your pagefile, ensure it's minimum 4 or 8 GB blablablabla" },
|
||||
{ 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." },
|
||||
{ ELanguage::Japanese, "" },
|
||||
{ ELanguage::German, "" },
|
||||
{ ELanguage::French, "" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue