mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:46:01 +08:00
Fix the crash handler string so we get no errors from gettext
Contributes to CURA-3123
This commit is contained in:
parent
5b59f3660b
commit
a2f98638cf
@ -69,8 +69,7 @@ def show(exception_type, value, tb):
|
|||||||
layout.addWidget(label)
|
layout.addWidget(label)
|
||||||
|
|
||||||
#label.setScaledContents(True)
|
#label.setScaledContents(True)
|
||||||
label.setText(catalog.i18nc("@label", """
|
label.setText(catalog.i18nc("@label", """<p>A fatal exception has occurred that we could not recover from!</p>
|
||||||
<p>A fatal exception has occurred that we could not recover from!</p>
|
|
||||||
<p>We hope this picture of a kitten helps you recover from the shock.</p>
|
<p>We hope this picture of a kitten helps you recover from the shock.</p>
|
||||||
<p>Please use the information below to post a bug report at <a href=\"http://github.com/Ultimaker/Cura/issues\">http://github.com/Ultimaker/Cura/issues</a></p>
|
<p>Please use the information below to post a bug report at <a href=\"http://github.com/Ultimaker/Cura/issues\">http://github.com/Ultimaker/Cura/issues</a></p>
|
||||||
"""))
|
"""))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user