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:
parent
1f4d54efda
commit
c20716660f
@ -152,6 +152,7 @@ deck-config-show-answer-timer-tooltip =
|
||||
|
||||
deck-config-audio-title = Audio
|
||||
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 =
|
||||
Whether the question audio should be included when the Replay action is
|
||||
used while looking at the answer side of a card.
|
||||
|
@ -32,7 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
defaultValue={defaults.skipQuestionWhenReplayingAnswer}
|
||||
markdownTooltip={tr.deckConfigAlwaysIncludeQuestionAudioTooltip()}
|
||||
>
|
||||
{tr.schedulingAlwaysIncludeQuestionSideWhenReplaying()}
|
||||
{tr.deckConfigSkipQuestionWhenReplaying()}
|
||||
</SwitchRow>
|
||||
</Item>
|
||||
</TitledContainer>
|
||||
|
Loading…
Reference in New Issue
Block a user