From f0933cf06c303f8eabacad91bbea684869afa54f Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:35:33 +0530 Subject: [PATCH] Rename review limit (#3320) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * maximum reviews/day —> maximum cards/day * New cards ignore maximum limit --- ftl/core/deck-config.ftl | 2 +- ftl/core/scheduling.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 11ca78569..3bb652a62 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -38,7 +38,7 @@ deck-config-tab-description = - `Preset`: The limit is shared with all decks using this preset. - `This deck`: The limit is specific to this deck. - `Today only`: Make a temporary change to this deck's limit. -deck-config-new-cards-ignore-review-limit = New cards ignore review limit +deck-config-new-cards-ignore-review-limit = New cards ignore maximum limit deck-config-new-cards-ignore-review-limit-tooltip = By default, the review limit also applies to new cards, and no new cards will be shown when the review limit has been reached. If this option is enabled, new cards diff --git a/ftl/core/scheduling.ftl b/ftl/core/scheduling.ftl index 708643b6d..1fda9fa9a 100644 --- a/ftl/core/scheduling.ftl +++ b/ftl/core/scheduling.ftl @@ -125,7 +125,7 @@ scheduling-learning = Learning scheduling-leech-action = Leech action scheduling-leech-threshold = Leech threshold scheduling-maximum-interval = Maximum interval -scheduling-maximum-reviewsday = Maximum reviews/day +scheduling-maximum-reviewsday = Maximum cards/day scheduling-minimum-interval = Minimum interval scheduling-mix-new-cards-and-reviews = Mix new cards and reviews scheduling-new-cards = New Cards