mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix activetags wording, make wrap
This commit is contained in:
parent
60b5cd0e3e
commit
3846df1f46
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Select tags to deactivate. Deselct tags to active again.</string>
|
||||
<string>Cards with any of the selected tags below will not be shown.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue