From: wmorgan Date: Mon, 10 Dec 2007 22:24:40 +0000 (+0000) Subject: fix copy and paste (thanks to Nicolas Pouillard) X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=46d86b4694dd20d79dc8b18a867b3059beb3cbc7;p=sup fix copy and paste (thanks to Nicolas Pouillard) git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@767 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index cfda342..542257e 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -31,7 +31,7 @@ EOS k.add :forward, "Forward latest message in a thread", 'f' k.add :toggle_tagged, "Tag/untag selected thread", 't' k.add :toggle_tagged_all, "Tag/untag all threads", 'T' - k.add :tag_matching, "Tag/untag all threads", 'g' + k.add :tag_matching, "Tag matching threads", 'g' k.add :apply_to_tagged, "Apply next command to all tagged threads", ';' end