diff --git a/ChangeLog b/ChangeLog index a07aa892..4cc08a8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,11 @@ (twittering-other-user-list-interactive): follow the above modification. + * twittering-mode.el: Modify the prompts for subscription. + (twittering-read-subscription-list-name): modify the prompt for + subscription. + (twittering-other-user-list-interactive): likewise. + 2011-03-26 Naohiro Aota * twittering-mode.el (twittering-http-get-list-sentinel-base): New diff --git a/twittering-mode.el b/twittering-mode.el index d2ef7843..4fd35ec5 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -6948,7 +6948,7 @@ been initialized yet." (twittering-get-list-subscriptions-sync username))) (username (prog1 (copy-sequence username) (set-text-properties 0 (length username) nil username))) - (prompt (format "%s's subscripting list: " username)) + (prompt (format "%s's subscription: " username)) (listname (if list-index (twittering-completing-read prompt list-index nil t nil) @@ -7166,7 +7166,7 @@ been initialized yet." (set-text-properties 0 (length username) nil username) (or (twittering-read-username-with-completion (if subscriptions - "Whose subscripting list: " + "Whose subscription: " "Whose list: ") username 'twittering-user-history)