diff options
author | Wes <5124946+wesinator@users.noreply.github.com> | 2022-02-01 20:20:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 20:20:23 -0500 |
commit | 53c78080573b3bae4c4e782b9f47dce48aac9688 (patch) | |
tree | 1e7cd96f4380d9c16008a860b76413d31fa62b4b /Lib/idlelib/idle_test/htest.py | |
parent | 89b13042fcfc95bae21a49806a205ef62f1cdd73 (diff) | |
download | cpython-53c78080573b3bae4c4e782b9f47dce48aac9688.tar.gz cpython-53c78080573b3bae4c4e782b9f47dce48aac9688.zip |
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
-rw-r--r-- | Lib/idlelib/idle_test/htest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index 666ff4cb848..d297f8aa009 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -77,8 +77,8 @@ AboutDialog_spec = { 'kwds': {'title': 'help_about test', '_htest': True, }, - 'msg': "Test every button. Ensure Python, TK and IDLE versions " - "are correctly displayed.\n [Close] to exit.", + 'msg': "Click on URL to open in default browser.\n" + "Verify x.y.z versions and test each button, including Close.\n " } # TODO implement ^\; adding '<Control-Key-\\>' to function does not work. |