From 86713d110e2c014f328d111fa78facf7c8ae777a Mon Sep 17 00:00:00 2001 From: Quentin Nerden Date: Tue, 9 Jun 2020 11:49:47 +0200 Subject: [PATCH 1/3] Update message to match gui The Change Note Type... command is under the Notes menu, not the Edit menu --- qt/aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 8269af901..f7a75cdc2 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -635,7 +635,7 @@ class Editor: _( """\ To make a cloze deletion on an existing note, you need to change it \ -to a cloze type first, via Edit>Change Note Type.""" +to a cloze type first, via 'Notes>Change Note Type...'""" ) ) return From 4308ddf4ab636bcca7775d570fea4cc9210c50fc Mon Sep 17 00:00:00 2001 From: Quentin Nerden Date: Tue, 9 Jun 2020 11:56:31 +0200 Subject: [PATCH 2/3] Add kenden to CONTRIBUTORS --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 749d2ce59..720d99ec1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -38,6 +38,7 @@ MichaƂ Bartoszkiewicz Sander Santema Thomas Brownback Andrew Gaul +kenden ******************** From 37bf56c56efdd4ce7b480d6e398f3439232aad3c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 12 Jun 2020 09:04:19 +1000 Subject: [PATCH 3/3] remove ellipsis --- qt/aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index f7a75cdc2..37f95d47b 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -635,7 +635,7 @@ class Editor: _( """\ To make a cloze deletion on an existing note, you need to change it \ -to a cloze type first, via 'Notes>Change Note Type...'""" +to a cloze type first, via 'Notes>Change Note Type'""" ) ) return