Pronounce DM

merge-requests/21/head
Bob Mottram 2021-03-16 18:05:06 +00:00
parent 9ed1eab4ab
commit 2777b771f3
1 changed files with 4 additions and 1 deletions

View File

@ -449,7 +449,10 @@ def _showLocalBox(notifyJson: {}, boxName: str,
print(indent + titleStr + '\n')
if not index:
sayStr = indent + 'You have no ' + boxName + ' posts yet.'
boxStr = boxName
if boxName == 'dm':
boxStr = 'DM'
sayStr = indent + 'You have no ' + boxStr + ' posts yet.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')
return False