mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Added "preset" to "Optimize all" and "Optimize current" (#3778)
I think this one really calls for a poll. Dae, I highly suggest you to ask multiple users whether "Optimize current" and "Optimize all" are clear enough or need "preset". I'm pretty sure most people will find it confusing without "preset".
This commit is contained in:
parent
56dd93b5be
commit
ca9fb505aa
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ deck-config-confirm-remove-name = Remove { $name }?
|
||||||
|
|
||||||
deck-config-save-button = Save
|
deck-config-save-button = Save
|
||||||
deck-config-save-to-all-subdecks = Save to All Subdecks
|
deck-config-save-to-all-subdecks = Save to All Subdecks
|
||||||
deck-config-save-and-optimize = Optimize All
|
deck-config-save-and-optimize = Optimize All Presets
|
||||||
deck-config-revert-button-tooltip = Restore this setting to its default value?
|
deck-config-revert-button-tooltip = Restore this setting to its default value?
|
||||||
|
|
||||||
## These strings are shown via the Description button at the bottom of the
|
## These strings are shown via the Description button at the bottom of the
|
||||||
|
@ -363,7 +363,7 @@ deck-config-must-have-400-reviews =
|
||||||
deck-config-weights = FSRS parameters
|
deck-config-weights = FSRS parameters
|
||||||
deck-config-compute-optimal-weights = Optimize FSRS parameters
|
deck-config-compute-optimal-weights = Optimize FSRS parameters
|
||||||
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
||||||
deck-config-optimize-button = Optimize Current
|
deck-config-optimize-button = Optimize Current Preset
|
||||||
deck-config-compute-button = Compute
|
deck-config-compute-button = Compute
|
||||||
deck-config-ignore-before = Ignore cards reviewed before
|
deck-config-ignore-before = Ignore cards reviewed before
|
||||||
deck-config-time-to-optimize = It's been a while - using the Optimize All button is recommended.
|
deck-config-time-to-optimize = It's been a while - using the Optimize All button is recommended.
|
||||||
|
|
Loading…
Reference in a new issue