mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix plural of suspended cards
This commit is contained in:
parent
09e158ac74
commit
bc8b7f45da
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
|
||||||
spaceSusp += "<br>"
|
spaceSusp += "<br>"
|
||||||
spaceSusp += ngettext('There is <b>%d</b> suspended card.',
|
spaceSusp += ngettext('There is <b>%d</b> suspended card.',
|
||||||
'There are <b>%d</b> suspended cards.',
|
'There are <b>%d</b> suspended cards.',
|
||||||
c) % c2
|
c2) % c2
|
||||||
if spaceSusp:
|
if spaceSusp:
|
||||||
spaceSusp = "<br><br>" + spaceSusp
|
spaceSusp = "<br><br>" + spaceSusp
|
||||||
return _('''\
|
return _('''\
|
||||||
|
|
Loading…
Reference in a new issue