Skip to content

Commit

Permalink
Fix typo in opinion (wysiwig -> wysiwyg)
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed May 16, 2023
1 parent 497a896 commit 5280960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -6962,7 +6962,7 @@
</newNodes>

</opinionQuestion><opinionOption menuItem="Answer" icon="icBullet">
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwig="true"/>
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwyg="true"/>
<name label="Label" type="TextInput" mandatory="true" defaultValue="Answer" wysiwyg="false"/>
</opinionOption><orient menu="Text" menuItem="Orientation" hint="A page for orienting users before they begin working with the content." icon="icPageWhiteQuestion" remove="true" thumb="thumbs/orient.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#orientation" wiki="https://xerte.org.uk/wiki/doku.php?id=text_orientation_page">

Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/opinion.xwd
Expand Up @@ -90,7 +90,7 @@
</opinionQuestion>

<opinionOption menuItem="Answer" icon="icBullet">
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwig="true" />
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwyg="true" />
<name label="Label" type="TextInput" mandatory="true" defaultValue="Answer" wysiwyg="false"/>
</opinionOption>

Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/template.xwd
Expand Up @@ -6962,7 +6962,7 @@
</newNodes>

</opinionQuestion><opinionOption menuItem="Answer" icon="icBullet">
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwig="true"/>
<text label="Text" type="TextArea" manadtory="true" defaultValue="Here is an option" wysiwyg="true"/>
<name label="Label" type="TextInput" mandatory="true" defaultValue="Answer" wysiwyg="false"/>
</opinionOption><orient menu="Text" menuItem="Orientation" hint="A page for orienting users before they begin working with the content." icon="icPageWhiteQuestion" remove="true" thumb="thumbs/orient.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#orientation" wiki="https://xerte.org.uk/wiki/doku.php?id=text_orientation_page">

Expand Down

0 comments on commit 5280960

Please sign in to comment.