diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 08:53:58 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 09:12:14 (GMT) |
| commit | 40ac92094e1e930063aa04380a6502214fedc8ce (patch) | |
| tree | 60afa2ec0f3b56e63fad9f7cce0d5956570685aa /wasp/apps/pager.py | |
| parent | 393dfefc86be9b0fe518d4a1421fe642ada9b75e (diff) | |
apps: pager: notifications: Fix typo in clear notification message
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/pager.py')
| -rw-r--r-- | wasp/apps/pager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/pager.py b/wasp/apps/pager.py index 416a006..f33e9be 100644 --- a/wasp/apps/pager.py +++ b/wasp/apps/pager.py @@ -103,7 +103,7 @@ class NotificationApp(PagerApp): def _draw(self): if self.confirmation_view.active: - self.confirmation_view.draw('clear notifications?') + self.confirmation_view.draw('Clear notifications?') else: super()._draw() |
