mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
separate "(slow)"
This commit is contained in:
parent
af1020d9c5
commit
7f0ad225b1
2 changed files with 5 additions and 2 deletions
|
|
@ -395,7 +395,8 @@ deck-config-weights = FSRS parameters
|
|||
deck-config-compute-optimal-weights = Optimize FSRS parameters
|
||||
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
||||
deck-config-optimize-button = Optimize Current Preset
|
||||
deck-config-health-check = Check health when optimizing (slow)
|
||||
deck-config-slow-suffix = { $text } (slow)
|
||||
deck-config-health-check = Check health when optimizing
|
||||
deck-config-compute-button = Compute
|
||||
deck-config-ignore-before = Ignore cards reviewed before
|
||||
deck-config-time-to-optimize = It's been a while - using the Optimize All Presets button is recommended.
|
||||
|
|
|
|||
|
|
@ -337,7 +337,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<SwitchRow bind:value={$healthCheck} defaultValue={false}>
|
||||
<SettingTitle on:click={() => openHelpModal("healthCheck")}>
|
||||
<GlobalLabel title={tr.deckConfigHealthCheck()} />
|
||||
<GlobalLabel
|
||||
title={tr.deckConfigSlowSuffix({ text: tr.deckConfigHealthCheck() })}
|
||||
/>
|
||||
</SettingTitle>
|
||||
</SwitchRow>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue