mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04: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">
|
||||
<class>Dialog</class>
|
||||
<widget class="QDialog" name="Dialog">
|
||||
|
@ -16,7 +17,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Select tags to suspend. Deselect to unsuspend.</string>
|
||||
<string>Select tags to deactivate. Deselct tags to active again.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue