From a4b8710c3e52202312fcf1e3503d34d3088efc84 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Thu, 15 Aug 2019 11:52:13 +0200 Subject: [PATCH] Fix wording of notifications reload --- jan-pona-mute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jan-pona-mute.py b/jan-pona-mute.py index 7ed8ebd..c24b126 100755 --- a/jan-pona-mute.py +++ b/jan-pona-mute.py @@ -259,7 +259,7 @@ enter a number to select the corresponding item. """List notifications. Use 'notifications reload' to reload them.""" if line == "" and self.notifications: print("Redisplaying the notifications in the cache.") - print("Use the 'reload' argument to reload them.") + print("Use 'notifications reload' to reload them.") elif line == "reload" or not self.notifications: if self.connection == None: print("Use the 'login' command, first.") -- 2.25.1