Include a wiki link in the error dialog.

This commit is contained in:
Paul Chote
2018-06-26 22:04:43 +01:00
parent fbc5fde646
commit 6adff732eb

View File

@@ -37,7 +37,7 @@ if prompt_apt_install_mono_complete; then
fi
if mono_missing_or_old; then
ERROR_MESSAGE="{MODNAME} requires Mono ${MINIMUM_MONO_VERSION} or greater.\nPlease install Mono using your system package manager."
ERROR_MESSAGE="{MODNAME} requires Mono ${MINIMUM_MONO_VERSION} or greater.\nPlease install Mono using your system package manager.\n\nSee http://wiki.openra.net/AppImages for more information."
if command -v zenity > /dev/null; then
zenity --no-wrap --error --title "{MODNAME}" --text "${ERROR_MESSAGE}" 2> /dev/null
elif command -v kdialog > /dev/null; then