mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add hint for zero minutes in filtered deck (#2887)
This commit is contained in:
parent
1b0ccfd243
commit
eb58863a7c
2 changed files with 8 additions and 0 deletions
|
@ -36,3 +36,4 @@ decks-unmovable-cards = Show any excluded cards
|
||||||
decks-learn-header = Learn
|
decks-learn-header = Learn
|
||||||
# The count of cards waiting to be reviewed
|
# The count of cards waiting to be reviewed
|
||||||
decks-review-header = Due
|
decks-review-header = Due
|
||||||
|
decks-zero-minutes-hint = (0 = return card to original deck)
|
||||||
|
|
|
@ -252,6 +252,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="4" column="0" colspan = "2">
|
||||||
|
<widget class="QLabel" name="label_12">
|
||||||
|
<property name="text">
|
||||||
|
<string>decks_zero_minutes_hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue