]> granicus.if.org Git - imagemagick/commitdiff
Reformat PNG:text property
authorglennrp <glennrp@git.imagemagick.org>
Wed, 30 Mar 2011 21:46:49 +0000 (21:46 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Wed, 30 Mar 2011 21:46:49 +0000 (21:46 +0000)
coders/png.c

index af3b2c0aee3042b0dd454ee7a99ded87516c1809..b3bf2467e0cd722ef9424b3abae31957832c2131 100644 (file)
@@ -3051,7 +3051,7 @@ static Image *ReadOnePNGImage(MngInfo *mng_info,
        {
          /* libpng doesn't tell us whether they were tEXt, zTXt, or iTXt */
          (void) FormatMagickString(msg,MaxTextExtent,
-            "%d chunks were found", num_text_total);
+            "%d tEXt/zTXt/iTXt chunks were found", num_text_total);
          (void) SetImageProperty(image,"PNG:text                 ",msg);
        }