mirror of
https://github.com/ankitects/anki.git
synced 2025-11-17 01:57:12 -05: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>
|
<br>
|
||||||
<b>This operation is not undoable.</b><br>
|
<b>This operation is not undoable.</b><br>
|
||||||
Consider backing up your media directory first."""))
|
Consider backing up your media directory first."""))
|
||||||
bTag = QPushButton("Tag Cards")
|
bTag = QPushButton(_("Tag Cards"))
|
||||||
mb.addButton(bTag, QMessageBox.RejectRole)
|
mb.addButton(bTag, QMessageBox.RejectRole)
|
||||||
bDelete = QPushButton("Delete Refs")
|
bDelete = QPushButton(_("Delete Refs"))
|
||||||
mb.addButton(bDelete, QMessageBox.RejectRole)
|
mb.addButton(bDelete, QMessageBox.RejectRole)
|
||||||
bCancel = QPushButton("Cancel")
|
bCancel = QPushButton(_("Cancel"))
|
||||||
mb.addButton(bCancel, QMessageBox.RejectRole)
|
mb.addButton(bCancel, QMessageBox.RejectRole)
|
||||||
mb.exec_()
|
mb.exec_()
|
||||||
if mb.clickedButton() == bTag:
|
if mb.clickedButton() == bTag:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue