Commit 16be3f2b by Henrik N

Rephrase "Nothing to annotate" --> "Nothing annotated"; makes more sense if…

Rephrase "Nothing to annotate" --> "Nothing annotated"; makes more sense if there were none because they failed.
parent 1bf1a0bf
...@@ -144,7 +144,7 @@ module AnnotateModels ...@@ -144,7 +144,7 @@ module AnnotateModels
end end
end end
if annotated.empty? if annotated.empty?
puts "Nothing to annotate!" puts "Nothing annotated!"
else else
puts "Annotated #{annotated.join(', ')}" puts "Annotated #{annotated.join(', ')}"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment