From 2db4a9c78ca28e0bb8be94b7d7bf4c14afaf593c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo?= Date: Wed, 5 Feb 2025 08:13:22 -0300 Subject: [PATCH] Expand on the text for the installer tutorials (#272) * Expand on the text for the installer tutorials. * Make both descriptions share the same paragraph. * Update locale.cpp Co-Authored-By: Goalringmod27 <88973067+Goalringmod27@users.noreply.github.com> --------- Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com> Co-authored-by: Goalringmod27 <88973067+Goalringmod27@users.noreply.github.com> --- UnleashedRecomp/locale/locale.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnleashedRecomp/locale/locale.cpp b/UnleashedRecomp/locale/locale.cpp index dc45f91..016d599 100644 --- a/UnleashedRecomp/locale/locale.cpp +++ b/UnleashedRecomp/locale/locale.cpp @@ -297,14 +297,14 @@ std::unordered_map> g_lo // Notes: message appears when clicking the "Add Files" option for the first time. "Installer_Message_FilePickerTutorial", { - { ELanguage::English, "Select a digital dump.\n\nFor choosing a folder with\nextracted and unmodified\ngame files, use the\n\"Add Folder\" option instead." }, + { ELanguage::English, "Select a digital dump with\ncontent from the game.\n\nThese files can be obtained from\nyour Xbox 360 hard drive by\nfollowing the instructions on\nthe GitHub page.\n\nFor choosing a folder with extracted\nand unmodified game files, use\nthe \"Add Folder\" option instead." }, } }, { // Notes: message appears when clicking the "Add Folder" option for the first time. "Installer_Message_FolderPickerTutorial", { - { ELanguage::English, "Select a folder that contains\nthe unmodified files that have\nbeen extracted from the game.\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\nextracted from the game.\n\nThese files can be obtained from\nyour Xbox 360 hard drive by\nfollowing the instructions on\nthe GitHub page.\n\nFor choosing a digital dump,\nuse the\"Add Files\" option instead." }, } }, {