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"