mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
display # of facts, not cards, in model properties
This commit is contained in:
parent
5171055278
commit
b507d7394d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class ModelProperties(QDialog):
|
||||||
status=""
|
status=""
|
||||||
else:
|
else:
|
||||||
status=_("; disabled")
|
status=_("; disabled")
|
||||||
label = _("%(name)s [%(cards)d cards%(status)s]") % {
|
label = _("%(name)s [%(cards)d facts%(status)s]") % {
|
||||||
'num': n,
|
'num': n,
|
||||||
'name': card.name,
|
'name': card.name,
|
||||||
'status': status,
|
'status': status,
|
||||||
|
|
Loading…
Reference in a new issue