From c631b5a6be7bfefa0b4e33177e1105e3a090eed0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 10 Jul 2007 17:03:48 +0000 Subject: [PATCH] Tweak the "F5 Help" message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@488 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map65.py b/map65.py index e70433346..12de5cca2 100644 --- a/map65.py +++ b/map65.py @@ -681,8 +681,8 @@ If you have received ... RRR, the QSO is complete. However, the other station may not know this, so it is conventional to send 73 to signify that you are done. -(Sending grid locators is conventional in JT65, but numerical signal -reports may be substituted.) +Sending grid locators is conventional in JT65, but numerical signal +reports such as "-22" or "R-24" may be substituted. """ Label(screenf5,text=t,justify=LEFT).pack(padx=20) screenf5.focus_set()