mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Give a hint about optimizing all presets
This commit is contained in:
parent
1ec769f1ae
commit
50796e53b4
2 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,7 @@ deck-config-compute-optimal-weights = Optimize FSRS parameters
|
|||
deck-config-compute-optimal-retention = Compute optimal retention
|
||||
deck-config-optimize-button = Optimize
|
||||
deck-config-compute-button = Compute
|
||||
deck-config-optimize-all-tip = You can optimize all presets at once by using the button at the top.
|
||||
deck-config-evaluate-button = Evaluate
|
||||
deck-config-desired-retention = Desired retention
|
||||
deck-config-sm2-retention = SM2 retention
|
||||
|
|
|
@ -310,6 +310,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
{#if computingWeights || checkingWeights}<div>
|
||||
{computeWeightsProgressString}
|
||||
</div>{/if}
|
||||
|
||||
<div>{tr.deckConfigOptimizeAllTip()}</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue