Correct formatting of string starting with \n

Gettext doesn't accept this, even though it's correct.

Contributes to issue CURA-5166.
This commit is contained in:
Ghostkeeper 2018-04-13 15:28:53 +02:00
parent 1488f965b7
commit 479e260833
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -56,7 +56,7 @@ msgctxt "machine_start_gcode description"
msgid ""
"G-code commands to be executed at the very start - separated by \n"
"."
msgstr "\n ile ayrılan, başlangıçta yürütülecek G-code komutları."
msgstr " \n ile ayrılan, başlangıçta yürütülecek G-code komutları."
#: fdmprinter.def.json
msgctxt "machine_end_gcode label"
@ -68,7 +68,7 @@ msgctxt "machine_end_gcode description"
msgid ""
"G-code commands to be executed at the very end - separated by \n"
"."
msgstr "\n ile ayrılan, bitişte yürütülecek G-code komutları."
msgstr " \n ile ayrılan, bitişte yürütülecek G-code komutları."
#: fdmprinter.def.json
msgctxt "material_guid label"