- strings update

This commit is contained in:
Marius Stanciu
2020-11-05 16:48:04 +02:00
committed by Marius
parent d4fec5ae60
commit a6a7e5edcc
20 changed files with 60 additions and 19 deletions

View File

@@ -168,7 +168,7 @@ class AppObject(QtCore.QObject):
return "fail"
t2 = time.time()
msg = "New object with name: %s. %f seconds executing initialize()." % (name, (t2 - t1))
msg = "%s %s. %f seconds executing initialize()." % (_("New object with name:"), name, (t2 - t1))
log.debug(msg)
self.app.inform_shell.emit(msg)