From 6e7dcad54263b24b2cc12a35885cb71fbeb3391a Mon Sep 17 00:00:00 2001 From: Danika-Dakika <115673540+Danika-Dakika@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:17:30 -0800 Subject: [PATCH] Update Deck Options strings to clarify Timers (#3792) * Update CONTRIBUTORS added myself * Update about.py added myself * Update scheduling.ftl timers-related string changes * Update deck-config.ftl timers-related string changes * Update help-page.ts timers-related string changes --- CONTRIBUTORS | 1 + ftl/core/deck-config.ftl | 10 +++++----- ftl/core/scheduling.ftl | 2 +- qt/aqt/about.py | 1 + ts/lib/tslib/help-page.ts | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 45c454c9c..ae619828f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -212,6 +212,7 @@ Yuki wackbyte GithubAnon0000 Mike Hardy +Danika_Dakika ******************** diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index f14b55ddb..89ca62036 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -218,18 +218,18 @@ deck-config-display-order-will-use-current-deck = ## Timer section -deck-config-timer-title = Timer +deck-config-timer-title = Timers deck-config-maximum-answer-secs = Maximum answer seconds deck-config-maximum-answer-secs-tooltip = The maximum number of seconds to record for a single review. If an answer exceeds this time (because you stepped away from the screen for example), the time taken will be recorded as the limit you have set. deck-config-show-answer-timer-tooltip = - In the review screen, show a timer that counts the number of seconds you're - taking to review each card. -deck-config-stop-timer-on-answer = Stop timer on answer + On the Study screen, show a timer that counts the time you're + taking to study each card. +deck-config-stop-timer-on-answer = Stop on-screen timer on answer deck-config-stop-timer-on-answer-tooltip = - Whether to stop the timer when the answer is revealed. + Whether to stop the on-screen timer when the answer is revealed. This doesn't affect statistics. ## Auto Advance section diff --git a/ftl/core/scheduling.ftl b/ftl/core/scheduling.ftl index 708643b6d..dda07f407 100644 --- a/ftl/core/scheduling.ftl +++ b/ftl/core/scheduling.ftl @@ -142,7 +142,7 @@ scheduling-reviews = Reviews scheduling-seconds = seconds scheduling-set-all-decks-below-to = Set all decks below { $val } to this option group? scheduling-set-for-all-subdecks = Set for all subdecks -scheduling-show-answer-timer = Show answer timer +scheduling-show-answer-timer = Show on-screen timer scheduling-show-new-cards-after-reviews = Show new cards after reviews scheduling-show-new-cards-before-reviews = Show new cards before reviews scheduling-show-new-cards-in-order-added = Show new cards in order added diff --git a/qt/aqt/about.py b/qt/aqt/about.py index b853a245d..0882b080c 100644 --- a/qt/aqt/about.py +++ b/qt/aqt/about.py @@ -212,6 +212,7 @@ def show(mw: aqt.AnkiQt) -> QDialog: "Asuka Minato", "Eros Cardoso", "Gregory Abrasaldo", + "Danika_Dakika", ) ) diff --git a/ts/lib/tslib/help-page.ts b/ts/lib/tslib/help-page.ts index e1aa921df..ff4e7e434 100644 --- a/ts/lib/tslib/help-page.ts +++ b/ts/lib/tslib/help-page.ts @@ -11,7 +11,7 @@ export const HelpPage = { hardInterval: "https://docs.ankiweb.net/deck-options.html#hard-interval", newInterval: "https://docs.ankiweb.net/deck-options.html#new-interval", advanced: "https://docs.ankiweb.net/deck-options.html#advanced", - timer: "https://docs.ankiweb.net/deck-options.html#timer", + timer: "https://docs.ankiweb.net/deck-options.html#timers", autoAdvance: "https://docs.ankiweb.net/deck-options.html#auto-advance", learningSteps: "https://docs.ankiweb.net/deck-options.html#learning-steps", graduatingInterval: "https://docs.ankiweb.net/deck-options.html#graduating-interval",