Fixed small typo in nothing to slice

CURA-7277
This commit is contained in:
Matt Jani 2020-03-10 11:05:30 +01:00
parent 3887814660
commit 43ab23439b

View file

@ -424,7 +424,7 @@ class CuraEngineBackend(QObject, Backend):
self._error_message = Message(catalog.i18nc("@info:status", "Please review settings and check if your models:" self._error_message = Message(catalog.i18nc("@info:status", "Please review settings and check if your models:"
"\n- Fit within the build volume" "\n- Fit within the build volume"
"\n- Are assigned to an enabled extruder" "\n- Are assigned to an enabled extruder"
"\nr- Are not all set as modifier meshes"), "\n- Are not all set as modifier meshes"),
title = catalog.i18nc("@info:title", "Unable to slice")) title = catalog.i18nc("@info:title", "Unable to slice"))
self._error_message.show() self._error_message.show()
self.setState(BackendState.Error) self.setState(BackendState.Error)