fix inverted 'skip question when replaying answer' option

I'd intended to add a new string but overlooked it.

https://forums.ankiweb.net/t/bug-always-include-question-side-when-replaying-audio/12273/2
This commit is contained in:
Damien Elmes 2021-08-15 16:15:14 +10:00
parent 1f4d54efda
commit c20716660f
2 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,7 @@ deck-config-show-answer-timer-tooltip =
deck-config-audio-title = Audio deck-config-audio-title = Audio
deck-config-disable-autoplay = Don't play audio automatically deck-config-disable-autoplay = Don't play audio automatically
deck-config-skip-question-when-replaying = Skip question when replaying answer
deck-config-always-include-question-audio-tooltip = deck-config-always-include-question-audio-tooltip =
Whether the question audio should be included when the Replay action is Whether the question audio should be included when the Replay action is
used while looking at the answer side of a card. used while looking at the answer side of a card.

View File

@ -32,7 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
defaultValue={defaults.skipQuestionWhenReplayingAnswer} defaultValue={defaults.skipQuestionWhenReplayingAnswer}
markdownTooltip={tr.deckConfigAlwaysIncludeQuestionAudioTooltip()} markdownTooltip={tr.deckConfigAlwaysIncludeQuestionAudioTooltip()}
> >
{tr.schedulingAlwaysIncludeQuestionSideWhenReplaying()} {tr.deckConfigSkipQuestionWhenReplaying()}
</SwitchRow> </SwitchRow>
</Item> </Item>
</TitledContainer> </TitledContainer>