diff options
author | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2022-11-28 13:56:43 +0100 |
---|---|---|
committer | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2022-11-28 13:56:43 +0100 |
commit | c3212e28d9d82ea86210beaf58cac79f9386fb94 (patch) | |
tree | df16ac3bc6e9bd473ea479abba007685433f0a71 | |
parent | c719316e92fa1c2a7986ac682ee54637082ede3f (diff) |
Better wording for now
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 995360c..a8bccb9 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -570,7 +570,7 @@ TIMESTAMP is assumed to be in the past." (relative-result (cond ((< seconds-difference 60) - (cons "now" + (cons "just now" 60)) ((< seconds-difference (* 1.5 60)) (cons "1 minute ago" |