diff --git a/nw/config.py b/nw/config.py index b2703d77..65436608 100644 --- a/nw/config.py +++ b/nw/config.py @@ -391,7 +391,7 @@ class Config: lngFile = "%s_%s" % (lngBase, lngCode.replace("-", "_")) if lngFile not in self.qtTrans: if qTrans.load(lngFile, lngPath): - logger.debug("Loaded: %s" % qTrans.filePath()) + logger.debug("Loaded: %s" % os.path.join(lngPath, lngFile)) nwApp.installTranslator(qTrans) self.qtTrans[lngFile] = qTrans