mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 1 additions and 2 deletions
|
|
@ -69,8 +69,7 @@ def show(exception_type, value, tb):
|
|||
layout.addWidget(label)
|
||||
|
||||
#label.setScaledContents(True)
|
||||
label.setText(catalog.i18nc("@label", """
|
||||
<p>A fatal exception has occurred that we could not recover from!</p>
|
||||
label.setText(catalog.i18nc("@label", """<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>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…
Add table
Add a link
Reference in a new issue