Changeset 224

Show
Ignore:
Timestamp:
02/28/06 10:26:12
Author:
johnsa
Message:

updates to error messages to make style of messages consistent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webadmin/webapp/resources/default/default/errors.xsl

    r217 r224  
    1010      </xsl:when> 
    1111      <xsl:when test="id='org.bedework.client.error.missingsubscriptionid'"> 
    12         You must supply a subscription name 
     12        You must supply a subscription <em>name</em> 
    1313      </xsl:when> 
    1414      <xsl:when test="id='org.bedework.client.error.nosuchsubscription'"> 
     
    6565      <xsl:when test="id='org.bedework.validation.error.toolong.description'"> 
    6666        Your description is too long.  Please limit your entry to 
    67         <xsl:value-of select="param"/> characters.  You may also wish to 
    68         point the event entry at a supplimental web page by entering a URL
     67        <em><xsl:value-of select="param"/></em> characters.  You may also wish to 
     68        point the event entry at a supplimental web page by entering a <em>URL</em>
    6969      </xsl:when> 
    7070      <xsl:when test="id='org.bedework.validation.error.notitle'"> 
    71         You must supply a title<br/> 
     71        You must supply a <em>title</em><br/> 
    7272      </xsl:when> 
    7373      <xsl:when test="id='org.bedework.validation.error.nocalendar'"> 
    74         You must supply the calendar<br/> 
     74        You must supply the <em>calendar</em><br/> 
    7575      </xsl:when> 
    7676      <xsl:when test="id='org.bedework.validation.error.nodescription'"> 
    77         You must supply a description<br/> 
     77        You must supply a <em>description</em><br/> 
    7878      </xsl:when> 
    7979      <xsl:when test="id='org.bedework.validation.error.event.startafterend'"> 
    80         The end date for this event occurs before the start date 
     80        The <em>end date</em> for this event occurs before the <em>start date</em> 
    8181      </xsl:when> 
    8282      <xsl:when test="id='org.bedework.validation.error.invalid.endtype'"> 
    83         The end date type is invalid for the type of event you are creating 
     83        The <em>end date type</em> is invalid for the type of event you are creating 
    8484      </xsl:when> 
    8585      <xsl:when test="id='org.bedework.validation.error.nosponsorname'">