mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Rename Analyze to Evaluate in FSRS Deck Options (#2741)
* Update deck-config.ftl * Update FsrsOptions.svelte * Update CONTRIBUTORS
This commit is contained in:
parent
01738757ef
commit
4c17a6964e
3 changed files with 3 additions and 2 deletions
|
@ -145,6 +145,7 @@ Carlo Quick <https://github.com/CarloQuick>
|
|||
Dominique Martinet <asmadeus@codewreck.org>
|
||||
Virinci
|
||||
chandraiyengar <github.com/chandraiyengar>
|
||||
user1823 <92206575+user1823@users.noreply.github.com>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
@ -329,7 +329,7 @@ deck-config-compute-optimal-weights = Optimize FSRS weights
|
|||
deck-config-compute-optimal-retention = Compute optimal retention
|
||||
deck-config-optimize-button = Optimize
|
||||
deck-config-compute-button = Compute
|
||||
deck-config-analyze-button = Analyze
|
||||
deck-config-evaluate-button = Evaluate
|
||||
deck-config-desired-retention = Desired retention
|
||||
deck-config-sm2-retention = SM2 retention
|
||||
deck-config-smaller-is-better = Smaller numbers indicate a better fit to your review history.
|
||||
|
|
|
@ -262,7 +262,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
{#if checkingWeights}
|
||||
{tr.actionsCancel()}
|
||||
{:else}
|
||||
{tr.deckConfigAnalyzeButton()}
|
||||
{tr.deckConfigEvaluateButton()}
|
||||
{/if}
|
||||
</button>
|
||||
{#if computingWeights || checkingWeights}<div>
|
||||
|
|
Loading…
Reference in a new issue