Correct whitespace of fatal exception text

It's not salient for our translation files really, since it is displayed in QML in the end which removes those. It is salient for gettext though, which gives an error when one message ends in a newline and the other doesn't.

Contributes to issue CURA-4113.
This commit is contained in:
Ghostkeeper 2017-08-15 10:22:07 +02:00
parent 026244fb53
commit 8f46733dec
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -775,7 +775,10 @@ msgid ""
"<p>A fatal exception has occurred that we could not recover from!</p>\n"
" <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>\n"
" "
msgstr "<p>Kurtulunamayan ciddi bir olağanüstü durum oluştu!</p>\n <p>Yazılım hatası raporunu <a href=\"http://github.com/Ultimaker/Cura/issues\">http://github.com/Ultimaker/Cura/issues</a> adresine gönderirken aşağıdaki bilgileri kullanınız</p>\n"
msgstr ""
"<p>Kurtulunamayan ciddi bir olağanüstü durum oluştu!</p>\n"
" <p>Yazılım hatası raporunu <a href=\"http://github.com/Ultimaker/Cura/issues\">http://github.com/Ultimaker/Cura/issues</a> adresine gönderirken aşağıdaki bilgileri kullanınız</p>\n"
" "
#: /home/ruben/Projects/Cura/cura/CrashHandler.py:112
msgctxt "@action:button"