From fe2fb12e7c6c0860a8f6077a28264bf81d9e6bed Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 4 Feb 2025 20:01:03 -0300 Subject: [PATCH] Make both descriptions share the same paragraph. --- 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 dc41121b..88d715b3 100644 --- a/UnleashedRecomp/locale/locale.cpp +++ b/UnleashedRecomp/locale/locale.cpp @@ -304,7 +304,7 @@ std::unordered_map> g_lo // Notes: message appears when clicking the "Add Folder" option for the first time. "Installer_Message_FolderPickerTutorial", { - { ELanguage::English, "Select a folder that contains the\nunmodified files that have been extracted\nfrom the game.\n\nYou can use this option to copy the\nfolders that were created by an emulator\nduring the game's installation.\n\nFor choosing a digital dump,\nuse the\"Add Files\" option instead." }, + { ELanguage::English, "Select a folder that contains the\nunmodified files that have been extracted\nfrom the game.\n\nThese files can be obtained by following\nthe instructions on the GitHub page and\ncopying them from your Xbox 360's\nhard disk to your PC.\n\nFor choosing a digital dump,\nuse the\"Add Files\" option instead." }, } }, {