mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
tweak unused media msg
This commit is contained in:
parent
b151b049f5
commit
b253a1736d
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ will be lost. Continue?"""))
|
|||
|
||||
def deleteUnused(self, unused, diag):
|
||||
if not askUser(
|
||||
_("Delete unused media? This operation can not be undone.")):
|
||||
_("Delete unused media?")):
|
||||
return
|
||||
mdir = self.col.media.dir()
|
||||
for f in unused:
|
||||
|
|
Loading…
Reference in a new issue