diff options
author | mousebot <mousebot@riseup.net> | 2021-05-19 14:18:15 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-21 11:31:57 +0200 |
commit | 61110d230b6e9aa692d75c1bec436fe947fad3a8 (patch) | |
tree | 98f8d00111181abc62402cb3fff8bdffcba22f3a | |
parent | 7dca8a210a1802fb9068a4951d9c0e851738d1c1 (diff) |
make the boosts/favorite byline text in notifications less ambiguous
-rw-r--r-- | lisp/mastodon-notifications.el | 4 |
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) |