From 14db62790fe74671035db78c61837c4279cf3fb8 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:10:20 +0200 Subject: [PATCH] Update fusion360-install.sh --- scripts/stable-branch/fusion360-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stable-branch/fusion360-install.sh b/scripts/stable-branch/fusion360-install.sh index 1bb6401..09b3fe6 100644 --- a/scripts/stable-branch/fusion360-install.sh +++ b/scripts/stable-branch/fusion360-install.sh @@ -214,7 +214,7 @@ function select_your_path { function program_exit { dialog --backtitle "Installation of Autodesk Fusion360 - Version 2.7" \ --title "TAutodesk Fusion 360 is completed." \ - --msgbox 'The installation of Autodesk Fusion 360 is completed and you use it for your projects.' 14 200 + --msgbox 'The installation of Autodesk Fusion 360 is completed and you can use it for your projects.' 14 200 exit }