1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Started moving towards a gettext-based localization.

This commit is contained in:
Virgil Dupras
2011-11-01 15:44:18 -04:00
parent 036026d64a
commit d80a56db78
34 changed files with 1821 additions and 105 deletions

View File

@@ -17,7 +17,7 @@ from hscommon import io
from hscommon.util import remove_invalid_xml
from hscommon.path import Path
from hscommon.cocoa.objcmin import NSUserDefaults, NSURL
from hscommon.trans import tr, trmsg
from hscommon.trans import tr
from core import directories
from core_pe import _block_osx
@@ -193,7 +193,7 @@ class DupeGuruPE(DupeGuruBase):
try:
app('iPhoto')
except ApplicationNotFoundError:
self.view.show_message(trmsg("IPhotoAppNotFoundMsg"))
self.view.show_message(tr("IPhotoAppNotFoundMsg"))
return
DupeGuruBase.start_scanning(self)