From caeab8968feee7dac23b923db08fcd7ede95bede Mon Sep 17 00:00:00 2001 From: Kuid0us Date: Sun, 2 Mar 2025 21:23:17 +0900 Subject: [PATCH] =?UTF-8?q?Moved=20line=20break=20location=20and=20changed?= =?UTF-8?q?=20"=E5=8C=97=E7=B1=B3"=20to=20US?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b9f4706a..f3274e5e 100644 --- a/UnleashedRecomp/locale/locale.cpp +++ b/UnleashedRecomp/locale/locale.cpp @@ -304,7 +304,7 @@ std::unordered_map> "Installer_Page_Introduction", { { ELanguage::English, "Welcome to\nUnleashed Recompiled!\n\nYou'll need an Xbox 360 copy\nof Sonic Unleashed in order to proceed with the installation." }, - { ELanguage::Japanese, "Unleashed Recompiledへようこそ!\nインストールには[北米版:ほくべいばん]またはEU[版:ばん]のXbox 360[用:よう]の\n「Sonic Unleashed」\nが[必要:ひつよう]です" }, + { ELanguage::Japanese, "Unleashed Recompiledへようこそ!\nインストールには\nUS[版:ばん]またはEU[版:ばん]のXbox 360[用:よう]\n「Sonic Unleashed」が[必要:ひつよう]です" }, { ELanguage::German, "Willkommen zu\nUnleashed Recompiled!\nEs wird eine Xbox 360 Kopie von Sonic Unleashed benötigt um mit der Installation fortfahren zu können." }, { ELanguage::French, "Bienvenue sur\nUnleashed Recompiled !\n\nVous aurez besoin d'une copie de Sonic Unleashed pour Xbox\n360 pour procéder à l'installation." }, { ELanguage::Spanish, "¡Bienvenido a\nUnleashed Recompiled!\n\nNecesitas una copia de\nSonic Unleashed de Xbox 360\npara continuar con la instalación." },