From eeaa02b8331835d815f9fb701b39e51b9bf456df Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 3 Jun 2021 13:52:07 +1000 Subject: [PATCH] mention hours and seconds https://forums.ankiweb.net/t/anki-2-1-45-alpha/10061/79 --- ftl/core/deck-config.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 58b58cab2..a9ba38dfc 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -36,8 +36,8 @@ deck-config-limit-new-bound-by-reviews = ## New Cards section deck-config-learning-steps = Learning steps -# Please don't translate `5m` or `2d` --deck-config-delay-hint = Delays can be in minutes (eg `5m`), or days (eg `2d`). +# Please don't translate `1m`, `2d` +-deck-config-delay-hint = Delays are typically minutes (eg `1m`) or days (eg `2d`), but hours (eg `1h`) and seconds (eg `30s`) are also supported. deck-config-learning-steps-tooltip = One or more delays, separated by spaces. The first delay will be used when you press the `Again` button on a new card, and is 1 minute by default.