]> git.cworth.org Git - sup/commitdiff
fix copy and paste (thanks to Nicolas Pouillard)
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 22:24:40 +0000 (22:24 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 22:24:40 +0000 (22:24 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@767 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-index-mode.rb

index cfda34253e994cb816c2460906496d272e3f86b0..542257e909f050aa1737e6702ab6bb886cec4b9b 100644 (file)
@@ -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