Browse Source

* "To many colors" -> "Too many colors" (remark by Gerold Veith, mantis
#11909)

git-svn-id: trunk@11605 -

Jonas Maebe 17 years ago
parent
commit
1bf9ae2b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-image/src/fpwritepng.pp

+ 1 - 1
packages/fcl-image/src/fpwritepng.pp

@@ -412,7 +412,7 @@ begin
         FPalette.Build (TheImage);
         end;
       if ThePalette.count > 256 then
-        raise PNGImageException.Create ('To many colors to use indexed PNG color type');
+        raise PNGImageException.Create ('Too many colors to use indexed PNG color type');
       ColorType := 3;
       FUsetRNS := C > 1;
       BitDepth := 8;