Add indent when there are no posts

merge-requests/21/head
Bob Mottram 2021-03-16 12:16:10 +00:00
parent a212094612
commit 5b25ecf950
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
if not index:
print('')
sayStr = 'You have no ' + boxName + ' posts yet.'
sayStr = indent + 'You have no ' + boxName + ' posts yet.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')
return False