mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Update references to tooltip strings (#3312)
* Update string reference * Update FsrsOptionsOuter.svelte
This commit is contained in:
parent
087f957a36
commit
dccb7c9b27
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
},
|
},
|
||||||
answerAction: {
|
answerAction: {
|
||||||
title: tr.deckConfigAnswerAction(),
|
title: tr.deckConfigAnswerAction(),
|
||||||
help: tr.deckConfigAnswerActionTooltip(),
|
help: tr.deckConfigAnswerActionTooltip2(),
|
||||||
},
|
},
|
||||||
questionAction: {
|
questionAction: {
|
||||||
title: tr.deckConfigQuestionAction(),
|
title: tr.deckConfigQuestionAction(),
|
||||||
|
|
|
@ -47,7 +47,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
},
|
},
|
||||||
ignoreRevlogsBeforeMs: {
|
ignoreRevlogsBeforeMs: {
|
||||||
title: tr.deckConfigIgnoreBefore(),
|
title: tr.deckConfigIgnoreBefore(),
|
||||||
help: tr.deckConfigIgnoreBeforeTooltip(),
|
help: tr.deckConfigIgnoreBeforeTooltip2(),
|
||||||
sched: HelpItemScheduler.FSRS,
|
sched: HelpItemScheduler.FSRS,
|
||||||
},
|
},
|
||||||
rescheduleCardsOnChange: {
|
rescheduleCardsOnChange: {
|
||||||
|
|
Loading…
Reference in a new issue