aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-19 14:18:15 +0200
committermousebot <mousebot@riseup.net>2021-05-21 11:31:57 +0200
commit61110d230b6e9aa692d75c1bec436fe947fad3a8 (patch)
tree98f8d00111181abc62402cb3fff8bdffcba22f3a /lisp
parent7dca8a210a1802fb9068a4951d9c0e851738d1c1 (diff)
make the boosts/favorite byline text in notifications less ambiguous
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-notifications.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 68f73c6..d6fa78f 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -51,8 +51,8 @@
(defvar mastodon-notifications--response-alist
'(("Mentioned" . "you")
("Followed" . "you")
- ("Favourited" . "your status")
- ("Boosted" . "your status"))
+ ("Favourited" . "your status from")
+ ("Boosted" . "your status from"))
"Alist of subjects for notification types.")
(defun mastodon-notifications--byline-concat (message)