1
0
Fork 0

apps: pager: notifications: Fix typo in clear notification message

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-11-29 08:53:58 +00:00
parent 393dfefc86
commit 40ac92094e

View file

@ -103,7 +103,7 @@ class NotificationApp(PagerApp):
def _draw(self): def _draw(self):
if self.confirmation_view.active: if self.confirmation_view.active:
self.confirmation_view.draw('clear notifications?') self.confirmation_view.draw('Clear notifications?')
else: else:
super()._draw() super()._draw()