Skip to content

Commit 6e7dcad

Browse files
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
1 parent 8dea502 commit 6e7dcad

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Yuki <https://github.com/YukiNagat0>
212212
213213
GithubAnon0000 <[email protected]>
214214
Mike Hardy <[email protected]>
215+
Danika_Dakika <https://github.com/Danika-Dakika>
215216

216217
********************
217218

ftl/core/deck-config.ftl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,18 @@ deck-config-display-order-will-use-current-deck =
218218
219219
## Timer section
220220

221-
deck-config-timer-title = Timer
221+
deck-config-timer-title = Timers
222222
deck-config-maximum-answer-secs = Maximum answer seconds
223223
deck-config-maximum-answer-secs-tooltip =
224224
The maximum number of seconds to record for a single review. If an answer
225225
exceeds this time (because you stepped away from the screen for example),
226226
the time taken will be recorded as the limit you have set.
227227
deck-config-show-answer-timer-tooltip =
228-
In the review screen, show a timer that counts the number of seconds you're
229-
taking to review each card.
230-
deck-config-stop-timer-on-answer = Stop timer on answer
228+
On the Study screen, show a timer that counts the time you're
229+
taking to study each card.
230+
deck-config-stop-timer-on-answer = Stop on-screen timer on answer
231231
deck-config-stop-timer-on-answer-tooltip =
232-
Whether to stop the timer when the answer is revealed.
232+
Whether to stop the on-screen timer when the answer is revealed.
233233
This doesn't affect statistics.
234234
235235
## Auto Advance section

ftl/core/scheduling.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ scheduling-reviews = Reviews
142142
scheduling-seconds = seconds
143143
scheduling-set-all-decks-below-to = Set all decks below { $val } to this option group?
144144
scheduling-set-for-all-subdecks = Set for all subdecks
145-
scheduling-show-answer-timer = Show answer timer
145+
scheduling-show-answer-timer = Show on-screen timer
146146
scheduling-show-new-cards-after-reviews = Show new cards after reviews
147147
scheduling-show-new-cards-before-reviews = Show new cards before reviews
148148
scheduling-show-new-cards-in-order-added = Show new cards in order added

qt/aqt/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def on_dialog_destroyed() -> None:
212212
"Asuka Minato",
213213
"Eros Cardoso",
214214
"Gregory Abrasaldo",
215+
"Danika_Dakika",
215216
)
216217
)
217218

ts/lib/tslib/help-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const HelpPage = {
1111
hardInterval: "https://docs.ankiweb.net/deck-options.html#hard-interval",
1212
newInterval: "https://docs.ankiweb.net/deck-options.html#new-interval",
1313
advanced: "https://docs.ankiweb.net/deck-options.html#advanced",
14-
timer: "https://docs.ankiweb.net/deck-options.html#timer",
14+
timer: "https://docs.ankiweb.net/deck-options.html#timers",
1515
autoAdvance: "https://docs.ankiweb.net/deck-options.html#auto-advance",
1616
learningSteps: "https://docs.ankiweb.net/deck-options.html#learning-steps",
1717
graduatingInterval: "https://docs.ankiweb.net/deck-options.html#graduating-interval",

0 commit comments

Comments
 (0)