Change "object" to "model"

UXD-83
This commit is contained in:
fieldOfView 2016-08-10 17:05:27 +02:00
parent 63f5889eae
commit 7aab8ad397
7 changed files with 40 additions and 40 deletions

View file

@ -236,7 +236,7 @@ class CuraEngineBackend(Backend):
if job.getResult() == StartSliceJob.StartJobResult.NothingToSlice:
if Application.getInstance().getPlatformActivity:
self._error_message = Message(catalog.i18nc("@info:status", "Unable to slice. No suitable objects found."))
self._error_message = Message(catalog.i18nc("@info:status", "Unable to slice. No suitable models found."))
self._error_message.show()
self.backendStateChange.emit(BackendState.Error)
else: