apps: pager: notifications: Fix typo in clear notification message
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
393dfefc86
commit
40ac92094e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue