Extend the localization substitution for "Cancel" and "OK" label in Prompt or 
the like
--------------------------------------------------------------------------------------

                 Key: PIVOT-830
                 URL: https://issues.apache.org/jira/browse/PIVOT-830
             Project: Pivot
          Issue Type: Improvement
          Components: core-serialization
    Affects Versions: 2.0
            Reporter: Brendan
            Priority: Minor
             Fix For: 2.0.2


In bxml file, for example:

<bxml:define>
        <Prompt bxml:id="confirmCloseTabPrompt" title="%ConfirmCloseTab"
            message="%Reallyclosethistab"
            options="['Cancel', 'OK']" selectedOptionIndex="1"/>
    </bxml:define>

where all other string I can use % for substitution, except the Cancel and OK.


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