diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 58e25ca8a..ad70935c4 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -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. diff --git a/ts/deck-options/AudioOptions.svelte b/ts/deck-options/AudioOptions.svelte index 3b678d542..9a8cc7ec9 100644 --- a/ts/deck-options/AudioOptions.svelte +++ b/ts/deck-options/AudioOptions.svelte @@ -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()}