Skip to content

Commit 143a12a

Browse files
committed
draft4: minor rewordings
1 parent d99014b commit 143a12a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

schemas/game-schema-d4.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,25 +169,25 @@
169169
},
170170
"wip": {
171171
"type": "boolean",
172-
"description": "Flag a game as work-in-progress (not yet completely stable/bugfree)"
172+
"description": "Flag the entry as work-in-progress."
173173
},
174174
"commercial": {
175175
"type": "boolean",
176-
"description": "Flag the entry as a commercial release"
176+
"description": "Flag the entry as a commercial (i.e. the main/most complete version of the game is distributed for profit)."
177177
},
178178
"use-requirements": {
179179
"type": "object",
180180
"properties": {
181-
"disabledownloads": {
181+
"disable-downloads": {
182182
"type": "boolean",
183183
"description": "Disable downloads for all the attached files to the entry"
184184
},
185-
"disableplay": {
185+
"disable-play": {
186186
"type": "boolean",
187187
"description": "Allow or not the game to be played directly on the website through an emulator"
188188
}
189189
},
190-
"description": "Global preferences aimed at potential users of the database (e.g. the Homebrew Hub frontend). Those values ovverride the ones set to the single files."
190+
"description": "Global preferences aimed at potential consumers of the database (e.g. the Homebrew Hub frontend). Those values ovverride the ones set on the single files."
191191
},
192192
"nsfw": {
193193
"type": "boolean",

0 commit comments

Comments
 (0)