lib/nanoc/base/compilation/outdatedness_reasons.rb in nanoc-4.3.8 vs lib/nanoc/base/compilation/outdatedness_reasons.rb in nanoc-4.4.0

- old
+ new

@@ -38,10 +38,14 @@ RulesModified = Generic.new( 'The rules file has been modified since the last time the site was compiled.', ) - SourceModified = Generic.new( - 'The source file of this item has been modified since the last time the site was compiled.', + ContentModified = Generic.new( + 'The content of this item has been modified since the last time the site was compiled.', + ) + + AttributesModified = Generic.new( + 'The attributes of this item have been modified since the last time the site was compiled.', ) end end