diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-transient.el | 4 |
1 files changed, 2 insertions, 2 deletions
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") |