From 8f46733decedbbbeff6527cde6e702fd6c1f615a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 15 Aug 2017 10:22:07 +0200 Subject: [PATCH] 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. --- resources/i18n/tr/cura.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/i18n/tr/cura.po b/resources/i18n/tr/cura.po index 6234c001f3..511a2ed406 100644 --- a/resources/i18n/tr/cura.po +++ b/resources/i18n/tr/cura.po @@ -775,7 +775,10 @@ msgid "" "

A fatal exception has occurred that we could not recover from!

\n" "

Please use the information below to post a bug report at http://github.com/Ultimaker/Cura/issues

\n" " " -msgstr "

Kurtulunamayan ciddi bir olağanüstü durum oluştu!

\n

Yazılım hatası raporunu http://github.com/Ultimaker/Cura/issues adresine gönderirken aşağıdaki bilgileri kullanınız

\n" +msgstr "" +"

Kurtulunamayan ciddi bir olağanüstü durum oluştu!

\n" +"

Yazılım hatası raporunu http://github.com/Ultimaker/Cura/issues adresine gönderirken aşağıdaki bilgileri kullanınız

\n" +" " #: /home/ruben/Projects/Cura/cura/CrashHandler.py:112 msgctxt "@action:button"