diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 45c454c9c6a..ae619828f6b 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 f14b55ddb5c..89ca6203629 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 708643b6d23..dda07f4071d 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 b853a245db4..0882b080c08 100644 --- a/qt/aqt/about.py +++ b/qt/aqt/about.py @@ -212,6 +212,7 @@ def on_dialog_destroyed() -> None: "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 e1aa921dfb0..ff4e7e434d9 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",