mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
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
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue