echo "This installs the German language file"
echo "instead of the English language file."
echo ""
ask "Continue ?"

if warn
	copy LanguageDeu.msg Language.msg

	echo "German language file now installed. If drawSTUDIO"
	echo "is running, please quit and re-run for changes"
	echo "to take effect."
else
	echo "No changes made"
endif
