Resolve #193: Use correct string for Happy Ending House Rule about section.

This commit is contained in:
Gareth Latty
2020-10-12 21:58:44 +01:00
parent b69ebedefe
commit df3b057c03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ houseRules =
, ( Strings.HouseRuleRandoCardrissian, Strings.HouseRuleRandoCardrissianDescription )
, ( Strings.HouseRuleComedyWriter, Strings.HouseRuleComedyWriterDescription )
, ( Strings.HouseRuleNeverHaveIEver, Strings.HouseRuleNeverHaveIEverDescription )
, ( Strings.HouseRuleHappyEnding, Strings.HouseRuleHappyEnding )
, ( Strings.HouseRuleHappyEnding, Strings.HouseRuleHappyEndingDescription )
]
@@ -305,7 +305,7 @@ translate _ mdString =
[ Text "Happy Ending" ]
HouseRuleHappyEndingDescription ->
[ Text "When the game ends, the final round is a 'Make a Haiku' black card." ]
[ Text "When the game ends, the final round is a 'Make a Haiku' ", ref (noun Call 1), Text "." ]
MustBeMoreThanOrEqualValidationError { min } ->
[ Text "The value must be at least ", Text (String.fromInt min), Text "." ]