mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
make database optimization return message translatable
This commit is contained in:
parent
df5963d8d5
commit
0c4a892045
1 changed files with 1 additions and 1 deletions
|
@ -2152,7 +2152,7 @@ Proceed?""")):
|
|||
|
||||
def onOptimizeDB(self):
|
||||
size = self.deck.optimize()
|
||||
ui.utils.showInfo("Database optimized.\nShrunk by %dKB" % (size/1024.0))
|
||||
ui.utils.showInfo(_("Database optimized.\nShrunk by %dKB") % (size/1024.0))
|
||||
|
||||
def onCheckMediaDB(self):
|
||||
mb = QMessageBox(self)
|
||||
|
|
Loading…
Reference in a new issue