Replace incorrect Messages.getString() calls in the main UI with correct ones.
------------------------------------------------------------------------------

                 Key: CONNECTORS-435
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-435
             Project: ManifoldCF
          Issue Type: Task
          Components: Framework core
    Affects Versions: ManifoldCF 0.4
            Reporter: Erlend GarĂ¥sen
            Assignee: Erlend GarĂ¥sen
             Fix For: ManifoldCF 0.6


The Messages.getString() calls in the main UI are incorrect much of the time. 
They should usually be replaced by one of:
{code}
Messages.getBodyJavascriptString()
Messages.getAttributeJavascriptString()
Messages.getBodyString()
Messages.getAttributeString()
{code}

--
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