mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix: "Additional new cards to simulate" localisation
This commit is contained in:
parent
9063d3f5e3
commit
9be61d9f93
2 changed files with 2 additions and 1 deletions
|
@ -460,6 +460,7 @@ deck-config-answer-again = Answer Again
|
|||
deck-config-answer-hard = Answer Hard
|
||||
deck-config-answer-good = Answer Good
|
||||
deck-config-days-to-simulate = Days to simulate
|
||||
deck-config-additional-simulate-cards = Additional new cards to simulate
|
||||
deck-config-desired-retention-below-optimal = Your desired retention is below optimal. Increasing it is recommended.
|
||||
|
||||
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
||||
|
|
|
@ -512,7 +512,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
max={100000}
|
||||
>
|
||||
<SettingTitle on:click={() => openHelpModal("simulateFsrsReview")}>
|
||||
Additional new cards to simulate
|
||||
{tr.deckConfigAdditionalSimulateCards()}
|
||||
</SettingTitle>
|
||||
</SpinBoxRow>
|
||||
|
||||
|
|
Loading…
Reference in a new issue