Skip to content

Commit 5ba3bbe

Browse files
Fix grammar: Dices -> Dice in the Dice widget
Dice is already the correct plural form in English, dices is not standard. Updated all user-visible occurrences in the Dice widget help text and i18n properties file. (#dices) was left unchanged as it is internal code, not UI text. Fixes #1438 Signed-off-by: ElmotiemSofian <sofianelmotiem@gmail.com>
1 parent 142b2b4 commit 5ba3bbe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

resources/library/interactivities/Dice.wgt/i18n/Messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fr.njin.i18n.document.title = Dices
1+
fr.njin.i18n.document.title = Dice
22

33
fr.njin.i18n.toolbar.edit = Edit
44
fr.njin.i18n.toolbar.view = Display
@@ -10,5 +10,5 @@ fr.njin.i18n.parameters.label.slate.themes = slate
1010
fr.njin.i18n.parameters.label.pad.themes = pad
1111
fr.njin.i18n.parameters.label.none.themes = none
1212

13-
fr.njin.i18n.de.parameters.label.count = Number of dices
13+
fr.njin.i18n.de.parameters.label.count = Number of dice
1414
fr.njin.i18n.de.actions.label.launch = Roll !
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h3>Dices</h3>
1+
<h3>Dice</h3>
22
<h4>For oral calculation or for various games</h4>
33

4-
<p>The dices interactivity allows you to display random dices faces.</p>
4+
<p>The dice interactivity allows you to display random dice faces.</p>
55
<p>By clicking on the arrow or on "Launch" button, you have a new set of results. You can work the oral calculation with the displayed results or play to "the account is good".</p>
66
<p>The calculations and reasoning can be written on the white board (outside the App).</p>
77
<p>Enter the "Edit" mode to :</p>
88
<ul>
99
<li>choose the theme of the App : pad, slate, or none (by default : pad),</li>
10-
<li>determine the number of dices you want to use for your activity (1-6).</li>
10+
<li>determine the number of dice you want to use for your activity (1-6).</li>
1111
</ul>
1212
<p>The calculations and reasoning could be written on the page (outside the App).</p>
1313
<p>"Display" button comes back to the activity.</p>

0 commit comments

Comments
 (0)