From 4906940f214b900d4d6b168c59cd2ad1ae544348 Mon Sep 17 00:00:00 2001 From: "Skyth (Asilkan)" <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:19:38 +0300 Subject: [PATCH] Update locale.cpp --- UnleashedRecomp/locale/locale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/locale/locale.cpp b/UnleashedRecomp/locale/locale.cpp index a9772b40..3e8e1cd1 100644 --- a/UnleashedRecomp/locale/locale.cpp +++ b/UnleashedRecomp/locale/locale.cpp @@ -706,7 +706,7 @@ std::unordered_map> { "System_MemoryAllocationFailed", { - { 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::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." }, { ELanguage::Japanese, "" }, { ELanguage::German, "" }, { ELanguage::French, "" },