From 5ca799342964068314710b2aefd9a3a51f76c8cb Mon Sep 17 00:00:00 2001 From: TLZ Date: Thu, 6 May 2021 06:56:07 +0000 Subject: [PATCH] Fix typo in update warning --- convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index e33e197..2ce11ed 100755 --- a/convert.sh +++ b/convert.sh @@ -399,7 +399,7 @@ for file in `find "$uupDir" -type f -iname "windows10.0-kb*.cab"`; do done if [ $updatesDetected == true ]; then - echo -e "\033[33mNote: This script does now allow the integration of updates.\nUse the Windows version of the converter to integrate updates." + echo -e "\033[33mNote: This script does not allow the integration of updates.\nUse the Windows version of the converter to integrate updates." fi if [ $runVirtualEditions -eq 1 ] && [ "$VIRTUAL_EDITIONS_PLUGIN_LOADED" != "1" ]; then