mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change slicing crash error message
CURA-11445
This commit is contained in:
parent
c817f11c02
commit
b342574c19
1 changed files with 4 additions and 1 deletions
|
@ -181,7 +181,10 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
application.getPreferences().preferenceChanged.connect(self._onPreferencesChanged)
|
application.getPreferences().preferenceChanged.connect(self._onPreferencesChanged)
|
||||||
|
|
||||||
self._slicing_error_message = Message(
|
self._slicing_error_message = Message(
|
||||||
text = catalog.i18nc("@message", "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."),
|
text = catalog.i18nc("@message", "Oops! We encountered an unexpected error during your slicing process. "
|
||||||
|
"Rest assured, we've automatically received the crash logs for analysis, "
|
||||||
|
"if you have not disabled data sharing in your preferences. To assist us "
|
||||||
|
"further, consider sharing your project details on our issue tracker."),
|
||||||
title = catalog.i18nc("@message:title", "Slicing failed"),
|
title = catalog.i18nc("@message:title", "Slicing failed"),
|
||||||
message_type = Message.MessageType.ERROR
|
message_type = Message.MessageType.ERROR
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue