From d6a7c99375ff3d82e0912dac0229545abc79ea82 Mon Sep 17 00:00:00 2001 From: Mashintime Date: Wed, 12 Apr 2023 17:18:36 -0400 Subject: [PATCH] Tweak existing help messages --- gui/src/index.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/gui/src/index.html b/gui/src/index.html index bf255dea..e4e8777d 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -1750,14 +1750,14 @@

Select your audio device for transmitting. It - must be running on a sample rate of + must be using a sample rate of 48000Hz

@@ -1771,12 +1771,12 @@

Select your audio device for receiving. It - must be running on a sample rate of + must be using a sample rate of 48000Hz

@@ -1908,8 +1908,8 @@

- Enter your position as qth-locator, also known as maidenhead - locator. You can enter 4 or 6 digits, while 6 digits are + Enter your position as a 4 or 6 digit grid square, also known as a maidenhead + locator. Six digits are recommended.

@@ -2010,7 +2010,7 @@ -

Local / Remote switch

+

Local / Remote switch. If the TNC is running on the same computer as the GUI, select local. Otherwise choose remote and enter the IP/Port of where the TNC is running.

@@ -2098,10 +2098,9 @@

- Stop the current transmission or connection. A bunch of bursts - will be sent so the remote station is getting informed about - our disconnect attempt. The remote station won't be staying - then in unnecessary busy state. + Stop the current transmission or connection. Bursts + will be transmitted so the remote station is informed about + our disconnect attempt and freeing the remote station from any unnecessary busy state.

@@ -2159,8 +2158,7 @@

- Start or stop the TNC service. This is only working if the - daemon is running. This is working locally and also remotely. + Start or stop the TNC service. The TNC daemon must be running and will work whether the TNC is local or remote.