Browse Source

Correct formatting of string starting with \n

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

Contributes to issue CURA-5166.
Ghostkeeper 7 years ago
parent
commit
479e260833
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/i18n/tr_TR/fdmprinter.def.json.po

+ 2 - 2
resources/i18n/tr_TR/fdmprinter.def.json.po

@@ -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"