diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-11 09:08:05 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-11 09:08:05 +0200 |
commit | b19390cd38ba93e527e5961723b46779749f1ee1 (patch) | |
tree | ef1b890fe6b4ad91bd3b672e92d185e3d0c7a095 /lisp/mastodon-media.el | |
parent | 0152557eb84237425c7fac1aa107b73c7ece98dd (diff) |
fix media tests
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index 0c40ca5..fd5bb77 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -310,7 +310,7 @@ TYPE is the attachment's type field on the server. CAPTION is the image caption if provided." (let* ((help-echo-base "RET/i: load full image (prefix: copy URL), +/-: zoom,\ -r: rotate, o: save preview") + r: rotate, o: save preview") (help-echo (if caption (concat help-echo-base "\n\"" caption "\"") |