one more preference string

pull/6012/head
Thibault Duplessis 2020-02-09 22:43:19 -06:00
parent 38c15528fd
commit e9ba2670f9
4 changed files with 4 additions and 3 deletions

View File

@ -167,7 +167,7 @@ object pref {
radios(form("insightShare"), translatedInsightShareChoices)
)
),
p(cls := "saved text none", dataIcon := "E")(trans.yourPreferencesHaveBeenSaved())
p(cls := "saved text none", dataIcon := "E")(yourPreferencesHaveBeenSaved())
)
)
}

View File

@ -440,7 +440,6 @@ val `letOtherPlayersFollowYou` = new Translated("letOtherPlayersFollowYou", Site
val `letOtherPlayersChallengeYou` = new Translated("letOtherPlayersChallengeYou", Site)
val `letOtherPlayersInviteYouToStudy` = new Translated("letOtherPlayersInviteYouToStudy", Site)
val `sound` = new Translated("sound", Site)
val `yourPreferencesHaveBeenSaved` = new Translated("yourPreferencesHaveBeenSaved", Site)
val `none` = new Translated("none", Site)
val `fast` = new Translated("fast", Site)
val `normal` = new Translated("normal", Site)
@ -1511,6 +1510,7 @@ val `castleByMovingTheKingTwoSquaresOrOntoTheRook` = new Translated("castleByMov
val `castleByMovingTwoSquares` = new Translated("castleByMovingTwoSquares", Preferences)
val `castleByMovingOntoTheRook` = new Translated("castleByMovingOntoTheRook", Preferences)
val `inputMovesWithTheKeyboard` = new Translated("inputMovesWithTheKeyboard", Preferences)
val `yourPreferencesHaveBeenSaved` = new Translated("yourPreferencesHaveBeenSaved", Preferences)
}
}

View File

@ -44,4 +44,6 @@
<string name="castleByMovingTwoSquares">Move king two squares</string>
<string name="castleByMovingOntoTheRook">Move king onto rook</string>
<string name="inputMovesWithTheKeyboard">Input moves with the keyboard</string>
<string name="yourPreferencesHaveBeenSaved">Your preferences have been saved.</string>
</resources>

View File

@ -557,7 +557,6 @@ computer analysis, game chat and shareable URL.</string>
<string name="letOtherPlayersChallengeYou">Let other players challenge you</string>
<string name="letOtherPlayersInviteYouToStudy">Let other players invite you to study</string>
<string name="sound">Sound</string>
<string name="yourPreferencesHaveBeenSaved">Your preferences have been saved.</string>
<string name="none">None</string>
<string name="fast">Fast</string>
<string name="normal">Normal</string>