[ 
https://issues.apache.org/jira/browse/CONNECTORS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236495#comment-13236495
 ] 

Karl Wright commented on CONNECTORS-432:
----------------------------------------

Hi Erlend,

I completed this work without realizing you'd assigned the ticket to yourself.  
I should have checked first - my apologies.

However, while looking at this, I found that the Messages.getString() calls in 
the main UI are actually incorrect much of the time.  They should usually be 
replaced by one of:

Messages.getBodyJavascriptString()
Messages.getAttributeJavascriptString()
Messages.getBodyString()
Messages.getAttributeString()

... depending on the context they are used in.  If you want to tackle that part 
of the problem (for which a different ticket would be appropriate) I will try 
to stay out of the way. ;-)

                
> Quotation marks in translated messages should be removed
> --------------------------------------------------------
>
>                 Key: CONNECTORS-432
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-432
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Framework core
>    Affects Versions: ManifoldCF 0.4
>            Reporter: Erlend GarĂ¥sen
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.6
>
>
> Quotation marks exist in some translated messages, e.g. in 
> common_en_US.properties for the Web Connector. These should be removed and 
> added elsewhere. An example:
> editjob.ExpirationIntervalMustBeAValidIntegerOrNull="Expiration interval must 
> be a valid integer or null"
> The quotation marks should in the example above be placed in the JSP file 
> instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to