1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

De-message-ified the rest of the project.

This commit is contained in:
Virgil Dupras
2011-11-04 14:37:07 -04:00
parent 8aa5826080
commit 428a400848
23 changed files with 213 additions and 104 deletions

View File

@@ -26,5 +26,5 @@ class ResultWindow(ResultWindowBase):
msg = tr("Do you really want to remove all your cached picture analysis?")
if self.app.confirm(title, msg, QMessageBox.No):
self.app.scanner.clear_picture_cache()
QMessageBox.information(self, title, tr("PictureCacheClearedMsg"))
QMessageBox.information(self, title, tr("Picture cache cleared."))