Highlight

merge-requests/21/head
Bob Mottram 2021-03-15 20:11:59 +00:00
parent 421ce8b759
commit 1f32747c5d
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
sayStr = indent + boxName + ' posts ' + str(startPostIndex + 1) + \
' to ' + str(startPostIndex + ctr) + '. '
sayStr += 'Use the next and prev commands to navigate.'
sayStr += 'Use the \33[3mnext\33[0m and \33[3mprev\33[0m commands to navigate.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')