Skip to content

Commit

Permalink
Update Deck Options strings to clarify Timers (#3792)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Danika-Dakika authored Feb 6, 2025
1 parent 8dea502 commit 6e7dcad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ Yuki <https://github.com/YukiNagat0>
wackbyte <[email protected]>
GithubAnon0000 <[email protected]>
Mike Hardy <[email protected]>
Danika_Dakika <https://github.com/Danika-Dakika>

********************

Expand Down
10 changes: 5 additions & 5 deletions ftl/core/deck-config.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftl/core/scheduling.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions qt/aqt/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def on_dialog_destroyed() -> None:
"Asuka Minato",
"Eros Cardoso",
"Gregory Abrasaldo",
"Danika_Dakika",
)
)

Expand Down
2 changes: 1 addition & 1 deletion ts/lib/tslib/help-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e7dcad

Please sign in to comment.