mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
'delete unused'
This commit is contained in:
parent
37061c6661
commit
5d7562a9e4
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ Your edits have left some cards empty. Do you want to delete them?"""))
|
|||
layout.addWidget(text)
|
||||
box = QDialogButtonBox(QDialogButtonBox.Close)
|
||||
layout.addWidget(box)
|
||||
b = QPushButton(_("Deleted Unused"))
|
||||
b = QPushButton(_("Delete Unused"))
|
||||
b.setAutoDefault(False)
|
||||
box.addButton(b, QDialogButtonBox.ActionRole)
|
||||
b.connect(
|
||||
|
|
Loading…
Reference in a new issue