From 3cfb62503d13eec02b80445eb4fd662f2146a25e Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Sat, 26 Mar 2016 22:46:32 -0700 Subject: [PATCH] One minor message. Make clear this step is needed for each world converted. --- mcimport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcimport.sh b/mcimport.sh index f077a26..8d8b726 100755 --- a/mcimport.sh +++ b/mcimport.sh @@ -37,7 +37,7 @@ zenity --info --width=800 --title="Conversion in progress" --text="The conversio python3 mcimport.py "$IN" "${HOME}/.minetest/worlds/$OUT" if [ $? == 0 ]; then - if ! zenity --width=800 --question --title="Download required mods?" --text="The world was succesfully converted. Do you want me to download and install all the required mods now?"; then + if ! zenity --width=800 --question --title="Download required mods?" --text="The world was succesfully converted. Do you want me to download and install all the required mods now? This should be done for each converted world."; then exit 0 fi cd "${HOME}/.minetest/worlds/$OUT"