1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +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

@@ -193,7 +193,7 @@ class DupeGuruPE(DupeGuruBase):
try:
app('iPhoto')
except ApplicationNotFoundError:
self.view.show_message(tr("IPhotoAppNotFoundMsg"))
self.view.show_message(tr("The iPhoto application couldn't be found."))
return
DupeGuruBase.start_scanning(self)