From 61110d230b6e9aa692d75c1bec436fe947fad3a8 Mon Sep 17 00:00:00 2001 From: mousebot Date: Wed, 19 May 2021 14:18:15 +0200 Subject: make the boosts/favorite byline text in notifications less ambiguous --- lisp/mastodon-notifications.el | 4 ++-- 1 file 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) -- cgit v1.2.3