mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make check media db translatable
This commit is contained in:
parent
39aeb5b12f
commit
e13764bcf6
1 changed files with 3 additions and 3 deletions
|
@ -1890,11 +1890,11 @@ This operation:<br>
|
|||
<br>
|
||||
<b>This operation is not undoable.</b><br>
|
||||
Consider backing up your media directory first."""))
|
||||
bTag = QPushButton("Tag Cards")
|
||||
bTag = QPushButton(_("Tag Cards"))
|
||||
mb.addButton(bTag, QMessageBox.RejectRole)
|
||||
bDelete = QPushButton("Delete Refs")
|
||||
bDelete = QPushButton(_("Delete Refs"))
|
||||
mb.addButton(bDelete, QMessageBox.RejectRole)
|
||||
bCancel = QPushButton("Cancel")
|
||||
bCancel = QPushButton(_("Cancel"))
|
||||
mb.addButton(bCancel, QMessageBox.RejectRole)
|
||||
mb.exec_()
|
||||
if mb.clickedButton() == bTag:
|
||||
|
|
Loading…
Reference in a new issue