diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-02 01:47:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 01:47:09 (GMT) |
commit | a1869e385b17bfdfe8d9850047f5b2dbb88e58fa (patch) | |
tree | 55e32ca34e0eb2bd1b4664897f42a8dd6b851e44 /Lib/idlelib/idle_test | |
parent | e4a6e549027b33bbe87f49fcfccc880243e49834 (diff) | |
download | cpython-a1869e385b17bfdfe8d9850047f5b2dbb88e58fa.zip cpython-a1869e385b17bfdfe8d9850047f5b2dbb88e58fa.tar.gz cpython-a1869e385b17bfdfe8d9850047f5b2dbb88e58fa.tar.bz2 |
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 53c78080573b3bae4c4e782b9f47dce48aac9688)
Co-authored-by: Wes <5124946+wesinator@users.noreply.github.com>
Diffstat (limited to 'Lib/idlelib/idle_test')
-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 666ff4c..d297f8a 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. |