mirror of https://gitlab.com/bashrc2/epicyon
Add indent when there are no posts
parent
a212094612
commit
5b25ecf950
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue