mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue