From 0607ad7305ed12ea5dac2e0f2f331c77ba3c91c9 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 3 Oct 2024 14:45:24 +0200 Subject: C-c C-k info str --- lisp/mastodon-transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-transient.el') diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el index 533dc8c..bb036b8 100644 --- a/lisp/mastodon-transient.el +++ b/lisp/mastodon-transient.el @@ -143,7 +143,7 @@ the inner key part." :choices mastodon-iso-639-regional)] ["Update" ("C-c C-c" "Save settings" mastodon-user-settings-update) - ("C-c C-k" :info "to revert all changes")] + ("C-c C-k" :info "Revert all changes")] (interactive) (if (not mastodon-active-user) (user-error "User not set") @@ -195,7 +195,7 @@ the inner key part." ("4v" "value:" "fields.4.value=" :class mastodon-transient-field)] ["Update" ("C-c C-c" "Save settings" mastodon-profile-fields-update) - ("C-c C-k" :info "to revert all changes")] + ("C-c C-k" :info "Revert all changes")] (interactive) (if (not mastodon-active-user) (user-error "User not set") -- cgit v1.2.3