mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
fix 'forgot card' translation string
This commit is contained in:
parent
d2f48e1663
commit
584915deb6
1 changed files with 1 additions and 1 deletions
|
@ -170,6 +170,6 @@ scheduling-set-due-date-done =
|
||||||
}
|
}
|
||||||
scheduling-forgot-cards =
|
scheduling-forgot-cards =
|
||||||
{ $cards ->
|
{ $cards ->
|
||||||
[one] Forgot { $card } card.
|
[one] Forgot { $cards } card.
|
||||||
*[other] Forgot { $cards } cards.
|
*[other] Forgot { $cards } cards.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue