mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:45:57 +08:00
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:
parent
026244fb53
commit
8f46733dec
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user