From f9a8788c384e09274fcf79cd6342f398ebcb3187 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 5 Aug 2024 12:59:18 -0500 Subject: [PATCH] correct wording --- bin/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner.sh b/bin/runner.sh index 9559077..653b877 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -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\rConnect your GPS to the pi" \ + --text="\r\r\r\r\rConnect your GPS to the computer" \ --button="Continue":2 BUT=$?