Changes

Jump to navigation Jump to search
→‎Custom movies: fix ambiguous wording
Line 6,351: Line 6,351:     
<syntaxhighlight lang="js">
 
<syntaxhighlight lang="js">
// play in the first year, and every other year thereafter
+
// play in the first year, and every second year thereafter
 
"YearModulus": 2,
 
"YearModulus": 2,
 
"YearRemainder": 0
 
"YearRemainder": 0
 
</syntaxhighlight>
 
</syntaxhighlight>
 
<syntaxhighlight lang="js">
 
<syntaxhighlight lang="js">
// play in the second year, and every other year thereafter
+
// play in the second year, and every second year thereafter
 
"YearModulus": 2,
 
"YearModulus": 2,
 
"YearRemainder": 1
 
"YearRemainder": 1
translators
8,445

edits

Navigation menu