diff --git a/lib/sup/modes/thread_index_mode.rb b/lib/sup/modes/thread_index_mode.rb index 71d3fed64..3f0b2e494 100644 --- a/lib/sup/modes/thread_index_mode.rb +++ b/lib/sup/modes/thread_index_mode.rb @@ -730,7 +730,7 @@ def load_threads opts={} opts[:when_done].call(num) if opts[:when_done] if num > 0 - BufferManager.flash "Found #{num.pluralize 'thread'}." + BufferManager.flash "Loaded #{num.pluralize 'thread'}." else BufferManager.flash "No matches." end