From 3bc3597c45a53fd515ab3a593f05016fcd75757f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Mar 2021 10:47:01 +0000 Subject: [PATCH 1/2] Extra line --- notifications_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications_client.py b/notifications_client.py index dca8e95dd..a3934aa7d 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -363,6 +363,7 @@ def _showLocalBox(boxName: str, if not index: sayStr = 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) + print('') return maxPostIndex = len(index) index.sort(reverse=True) From 702ca37144aa02e3f0cbf4eca905ad976d5be61b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Mar 2021 11:17:37 +0000 Subject: [PATCH 2/2] pronounce gpl --- speaker.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/speaker.py b/speaker.py index fbae7287f..dd439a17a 100644 --- a/speaker.py +++ b/speaker.py @@ -88,6 +88,10 @@ def _speakerPronounce(baseDir: str, sayText: str, translate: {}) -> str: "SQL": "S-Q-L", "gdpr": "G-D-P-R", "kde": "K-D-E", + "AGPL": "Affearo G-P-L", + "agpl": "Affearo G-P-L", + "GPL": "G-P-L", + "gpl": "G-P-L", "coop": "co-op", "KMail": "K-Mail", "kmail": "K-Mail",