This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new e70d60c Text correction
e70d60c is described below
commit e70d60c19b630b5e7e779a31ed19b49fe79013b3
Author: Maria José Esteve <[email protected]>
AuthorDate: Mon Dec 13 02:16:48 2021 +0100
Text correction
---
.../jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml
index 28e7ec6..7cfca5b 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml
@@ -84,7 +84,7 @@ limitations under the License.
<j:html><![CDATA[<p>A
<strong>TriStateCheckBox</strong> can have the following six
states.</p>]]></j:html>
</j:Label>
- <j:TriStateCheckBox text="Not Checked (with ReadOnly
bead)"/>
+ <j:TriStateCheckBox text="Not Checked"/>
<j:TriStateCheckBox text="Checked" selected="true"/>
@@ -161,7 +161,7 @@ limitations under the License.
<j:CardPrimaryContent>
<j:Label multiline="true">
- <j:html><![CDATA[<p>Select one or more
options.</p>]]></j:html>
+ <j:html><![CDATA[<p>Select one or more options. The
check showing the group status has the ReadOnly bead configured.</p>]]></j:html>
</j:Label>
<j:VGroup width="230" gap="5" className="groupoptions">