mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
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:
parent
1488f965b7
commit
479e260833
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue