From 2a9817a8f6462b72ad349259cae0f7e08165eaf2 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 6 Apr 2021 01:45:43 +0200 Subject: [PATCH] =?UTF-8?q?Code=20de=20la=20propri=C3=A9t=C3=A9=20intellec?= =?UTF-8?q?tuelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ajouter_video.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ajouter_video.sh b/ajouter_video.sh index d8a6191..542c058 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -113,9 +113,9 @@ GENRES=$(zenity --list --checklist --title="GENRE" --height=${haut} \ ## MANIFESTE OASIS zenity --width ${large} --height=${haut} --text-info \ - --title="Engagement OASIS Astroport/OneNation" \ + --title="Code de la propriété intellectuelle" \ --html \ - --url="https://oasis.astroport.com/" \ + --url="https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000006278917/2008-12-11/" \ --checkbox="J'ai lu et j'accepte les termes." case $? in @@ -124,10 +124,10 @@ case $? in # next step ;; 1) - echo "Arrêt de l'installation !" && exit 1 + echo "Refus conditions" && exit 1 ;; -1) - echo "Une erreur inattendue est survenue." && exit 1 + echo "Erreur." && exit 1 ;; esac