From 86f0ff1d0b2aee1bdeca4e8661567a88abe55cb3 Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 30 Dec 2021 11:59:55 +0000 Subject: [PATCH] Update 'Main_Install_Script.sh' --- Main_Install_Script.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Main_Install_Script.sh b/Main_Install_Script.sh index d7c6f2d..e0a091d 100644 --- a/Main_Install_Script.sh +++ b/Main_Install_Script.sh @@ -17,13 +17,13 @@ PREFIX="SeriousSam-TheFirstEncounter" WORKING_WINE_VERSION="1.3.5" if [ "$POL_LANG" == "fr" ]; then -LNG_WAIT_WARNING="Essayez de jouer en version native à Serious Sam via l'installeur\ndisponible à cette adresse: http://www.liflg.org/?catid=6&gameid=71" -LNG_CHOOSE_MEDIA="Choisissez votre méthode d'installation :" -LNG_MEDIA_DDV="Version Digital Download" -LNG_MEDIA_CD="Version CD" -LNG_CHOOSE_DDV="Veuillez sélectionner votre exécutable Digital Download de $TITLE" -LNG_INSTALL_RUN="Installation en cours..." -LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du programme sera\nterminée sous peine de devoir recommencer l'installation." +LNG_WAIT_WARNING="Try playing Serious Sam in native version via the installer \navailable at this address: http://www.liflg.org/?catid=6&gameid=71" +LNG_CHOOSE_MEDIA="Choose your installation method :" +LNG_MEDIA_DDV="Digital Download Version" +LNG_MEDIA_CD="CD Version" +LNG_CHOOSE_DDV="Please select your Digital Download executable from $TITLE" +LNG_INSTALL_RUN="Installation in progress..." +LNG_WAIT_END="Press \"Next\" ONLY when the installation of the program isnterminated or you will have to start the installation again." LNG_WAIT_HF="Are you serious?!" else LNG_CHOOSE_MEDIA="Choose your install method :" @@ -32,7 +32,7 @@ LNG_MEDIA_CD="CD Version" LNG_CHOOSE_DDV="Please select your $TITLE Digital Download executable" LNG_WAIT_WARNING="Try to play Serious Sam natively via the installer which is\navailable there: http://www.liflg.org/?catid=6&gameid=71" LNG_INSTALL_RUN="Installation in progress..." -LNG_WAIT_END="Click on \"Next\" ONLY when the software installation is finished\nor you will have to install again the game." +LNG_WAIT_END="Click on \"Next\" ONLY when the software installation is finished \nor you will have to install the game again." LNG_WAIT_HF="Are you serious?!" fi