Capital DM

merge-requests/21/head
Bob Mottram 2021-03-16 18:08:18 +00:00
parent 2777b771f3
commit 8ec95493f7
1 changed files with 2 additions and 1 deletions

View File

@ -369,7 +369,8 @@ def _readLocalBoxPost(boxName: str, index: int,
content = speakerJson['content']
sayStr = 'Reading ' + boxName + ' post ' + str(index) + '.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
sayStr2 = sayStr.replace(' dm ', ' DM ')
_sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak)
if speakerJson.get('id') and isPGPEncrypted(content):
sayStr = 'Encrypted message. Please enter your passphrase.'