Author: cbowditch
Date: Mon Jul 14 07:44:53 2008
New Revision: 676608

URL: http://svn.apache.org/viewvc?rev=676608&view=rev
Log:
A nit: clarify message so its more meaningful to end user

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.xml

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.xml?rev=676608&r1=676607&r2=676608&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.xml 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.xml Mon 
Jul 14 07:44:53 2008
@@ -81,7 +81,7 @@
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.rowTooTall">The contents 
of table-row {row} are taller than they should be (there is a 
block-progression-dimension or height constraint on the indicated row). Due to 
its contents the row grows to {effCellBPD} millipoints, but the row shouldn't 
get any taller than {maxCellBPD} millipoints.{{locator}}</message>
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.tableFixedAutoWidthNotSupported">table-layout="fixed"
 and width="auto", but auto-layout not supported =&gt; assuming 
width="100%".{{locator}}</message>
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.objectTooWide">The extent 
in inline-progression-direction (width) of a {elementName} is bigger than the 
available space ({effIPD}mpt &gt; {maxIPD}mpt).{{locator}}</message>
-  <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.overconstrainedAdjustEndIndent">Adjusting
 end-indent based on overconstrained geometry rules for 
{elementName}.{{locator}}</message>
+  <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.overconstrainedAdjustEndIndent">An
 {elementName} {{locator}} is wider than the available room in 
inline-progression-dimension. Adjusting end-indent based on overconstrained 
geometry rules (XSL 1.1, ch. 5.3.4)</message>
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.viewportOverflow">Content 
overflows the viewport of an {elementName} in block-progression direction by 
{amount} millipoints.{clip,if, Content will be clipped.}{{locator}}</message>
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.regionOverflow">Content 
overflows the viewport of the {elementName} on page {page} in block-progression 
direction by {amount} millipoints.{clip,if, Content will be 
clipped.}{{locator}}</message>
   <message 
key="org.apache.fop.layoutmgr.BlockLevelEventProducer.flowNotMappingToRegionBody">Flow
 "{flowName}" does not map to the region-body in page-master "{masterName}". 
FOP presently does not support this.{{locator}}</message>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to