summaryrefslogtreecommitdiff
path: root/elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-23 12:12:27 +0100
committerYorhel <git@yorhel.nl>2020-11-23 12:12:29 +0100
commit7d4a5dd0dffcbbf4d81c7f60b6b51fdf145abc81 (patch)
tree42cdd91ee15ffc29caca571a1ccfa283a93faafb /elm
parentdb80637a6e96bf9eb15c37a483dbd2ddc439994f (diff)
ReleaseEdit: Clarify meaning of the "Official" flag
In particular, remove the "not fan made" line, as many VNs are fan-made but their releases are still official in relation to the VN.
Diffstat (limited to 'elm')
-rw-r--r--elm/ReleaseEdit.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/ReleaseEdit.elm b/elm/ReleaseEdit.elm
index 694112f1..1afd4336 100644
--- a/elm/ReleaseEdit.elm
+++ b/elm/ReleaseEdit.elm
@@ -346,7 +346,7 @@ viewGen model =
, tr [ class "newpart" ] [ td [] [] ]
, formField "rtype::Type" [ inputSelect "rtype" model.rtype RType [] GT.releaseTypes ]
, formField "minage::Age rating" [ inputSelect "minage" model.minage Minage [] GT.ageRatings, text " (*)" ]
- , formField "" [ label [] [ inputCheck "" model.official Official, text " Official (i.e. sanctioned by the original developer, not fan-made)" ] ]
+ , formField "" [ label [] [ inputCheck "" model.official Official, text " Official (i.e. sanctioned by the original developer of the visual novel)" ] ]
, formField "" [ label [] [ inputCheck "" model.patch Patch , text " This release is a patch to another release.", text " (*)" ] ]
, formField "" [ label [] [ inputCheck "" model.freeware Freeware, text " Freeware (i.e. available at no cost)" ] ]
, if model.patch then text "" else