merge-requests/21/head
Bob Mottram 2021-03-16 17:45:41 +00:00
parent a3506e4cec
commit b70316de28
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
' to ' + str(startPostIndex + ctr) + '. '
if newDMs and boxName != 'dm':
sayStr += \
'Use \33[3mshow dm\33[0m to view DM posts.'
'Use \33[3mshow dm\33[0m to view direct messages.'
elif newReplies and boxName != 'replies':
sayStr += \
'Use \33[3mshow replies\33[0m to view reply posts.'