Skip to content

Commit

Permalink
Improved accuracy of message
Browse files Browse the repository at this point in the history
As written there: https://factor.cc/pad/p/sup-ideas using "loaded" instead of "found" is more accurate, because if something isn't found,that doesn't mean it doesn't exist.
  • Loading branch information
tradzik committed Feb 16, 2015
1 parent c30aa5c commit 138acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sup/modes/thread_index_mode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 138acb2

Please sign in to comment.