correct wording

This commit is contained in:
Jason 2024-08-05 12:59:18 -05:00
parent c25782434c
commit f9a8788c38

View file

@ -152,7 +152,7 @@ if [ -n "${GPSCK}" ]; then
yad --center --height="300" --width="300" --form --separator="|" --item-separator="|" --title="GPS" \
--image ${LOGO} --window-icon=${LOGO} --image-on-top \
--text="\r\r\r\r\r<b><big>Connect your GPS to the pi</big></b>" \
--text="\r\r\r\r\r<b><big>Connect your GPS to the computer</big></b>" \
--button="Continue":2
BUT=$?