mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
suspend>deactivate
This commit is contained in:
parent
f20f27e892
commit
2b671759b5
1 changed files with 19 additions and 18 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>Dialog</class>
|
<class>Dialog</class>
|
||||||
<widget class="QDialog" name="Dialog">
|
<widget class="QDialog" name="Dialog">
|
||||||
|
|
@ -16,7 +17,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Select tags to suspend. Deselect to unsuspend.</string>
|
<string>Select tags to deactivate. Deselct tags to active again.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue