mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Added missing line break on introduction
This commit is contained in:
parent
d91633ace1
commit
a8795e7337
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
|
|||
"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インストールにはXbox 360[版:ばん]の\n「ソニック ワールドアドベンチャー」が必要です" },
|
||||
{ ELanguage::Japanese, "Unleashed Recompiledへようこそ!\nインストールにはXbox 360[版:ばん]の\n「ソニック ワールドアドベンチャー」\nが必要です" },
|
||||
{ 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." },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue