split deckConfigHealthCheckTooltip

This commit is contained in:
Luc Mcgrady 2025-06-12 22:27:40 +01:00
parent 7bf70ea43d
commit bfbbf4bb71
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 6 additions and 5 deletions

View file

@ -560,10 +560,8 @@ deck-config-compute-optimal-retention-tooltip =
if it significantly differs from 0.9, it's a sign that the time you've allocated each day is either too low
or too high for the amount of cards you're trying to learn. This number can be useful as a reference, but it
is not recommended to copy it into the desired retention field.
deck-config-health-check-tooltip =
This will show a warning if FSRS struggles to adapt to your memory.
Health check is performed only when using Optimize Current Preset.
deck-config-health-check-tooltip1 = This will show a warning if FSRS struggles to adapt to your memory.
deck-config-health-check-tooltip2 = Health check is performed only when using Optimize Current Preset.
deck-config-compute-optimal-retention = Compute minimum recommended retention
deck-config-predicted-optimal-retention = Minimum recommended retention: { $num }

View file

@ -61,7 +61,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
},
healthCheck: {
title: tr.deckConfigHealthCheck(),
help: tr.deckConfigHealthCheckTooltip(),
help:
tr.deckConfigHealthCheckTooltip1() +
"\n\n" +
tr.deckConfigHealthCheckTooltip2(),
sched: HelpItemScheduler.FSRS,
},
};