fix activetags wording, make wrap

This commit is contained in:
Damien Elmes 2009-06-21 03:21:08 +09:00
parent 60b5cd0e3e
commit 3846df1f46

View file

@ -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>