Change 'Reducing' to 'Transformed'
This commit is contained in:
parent
268499b0db
commit
8a59f5aa1a
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ fn optimize_raw(
|
|||
|| png.ihdr.interlaced != image.ihdr.interlaced;
|
||||
|
||||
if reduction_occurred {
|
||||
report_format("Reducing image to ", &png);
|
||||
report_format("Transformed image to ", &png);
|
||||
}
|
||||
|
||||
if opts.idat_recoding || reduction_occurred {
|
||||
|
|
|
|||
Loading…
Reference in a new issue