projects
/
jan-pona-mute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1860d74
)
Fix wording of notifications reload
author
Alex Schroeder
<alex@gnu.org>
Thu, 15 Aug 2019 09:52:13 +0000
(11:52 +0200)
committer
Alex Schroeder
<alex@gnu.org>
Thu, 15 Aug 2019 09:52:13 +0000
(11:52 +0200)
jan-pona-mute.py
patch
|
blob
|
blame
|
history
diff --git
a/jan-pona-mute.py
b/jan-pona-mute.py
index 7ed8ebdcf440e7f6f0d99270b6600e08aaf19aef..c24b126f223a54427c1852429a4d6deb14e51669 100755
(executable)
--- 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.")