]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fix: error message is updated to latest spec
authorfotis <fotis@unknown>
Sun, 10 Sep 2000 17:47:41 +0000 (17:47 +0000)
committerfotis <fotis@unknown>
Sun, 10 Sep 2000 17:47:41 +0000 (17:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193687 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/pagination/PageSequence.java

index 940e00f3f1bc0ca53aa9f141adb4406d38d6f5ab..da51a47cddbec8b8dec6b4d48bbb9dfb9683b154 100644 (file)
@@ -260,7 +260,7 @@ public class PageSequence extends FObj
         else
         {
             MessageHandler.errorln("WARNING: this version of FOP only supports "
-            + "static-content in region-before and region-after"); 
+            + "static-content in xsl-region-before and xsl-region-after"); 
         }
     }
 }