Skip to content

Commit 7bbcf1d

Browse files
tradzikeMBee
authored andcommitted
Improved accuracy of message
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.
1 parent ecdcc9c commit 7bbcf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sup/modes/thread_index_mode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def load_threads opts={}
730730
opts[:when_done].call(num) if opts[:when_done]
731731

732732
if num > 0
733-
BufferManager.flash "Found #{num.pluralize 'thread'}."
733+
BufferManager.flash "Loaded #{num.pluralize 'thread'}."
734734
else
735735
BufferManager.flash "No matches."
736736
end

0 commit comments

Comments
 (0)