- <mx:VBox id="not_complete">
- <s:RichText text="All the data copied to the main layer? Click 'complete'!" />
- <mx:Button label="Complete" click="markComplete()"/>
+ <mx:VBox id="not_complete" width="100%">
+ <s:VGroup width="100%">
+ <s:RichText width="100%">If all the information from this feature is accounted for in the main layer, you can mark this feature as 'complete'.</s:RichText>
+ <s:RichText width="100%">This lets other contributors see what still needs reconciling.</s:RichText>
+ <mx:Button label="Mark feature as Complete" click="markComplete()"/>
+ </s:VGroup>