From 5fab7e84452569f5951317398ee45fe67ec6c52c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Mar 2021 20:44:40 +0000 Subject: [PATCH] Say post numbers --- notifications_client.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index f816c6731..2aca6a269 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -387,7 +387,11 @@ def _showLocalBox(boxName: str, str(published) + ' | ' + str(content) + ' |') ctr += 1 - sayStr = str(ctr) + ' ' + boxName + ' posts were shown.' + print('') + + sayStr = boxName + ' posts ' + str(startPostIndex) + \ + ' to ' + str(startPostIndex + ctr) + '. ' + sayStr += 'Use the next and prev commands to navigate.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('')