mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08: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
@ -56,7 +56,7 @@ msgctxt "machine_start_gcode description"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"G-code commands to be executed at the very start - separated by \n"
|
"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
|
#: fdmprinter.def.json
|
||||||
msgctxt "machine_end_gcode label"
|
msgctxt "machine_end_gcode label"
|
||||||
@ -68,7 +68,7 @@ msgctxt "machine_end_gcode description"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"G-code commands to be executed at the very end - separated by \n"
|
"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
|
#: fdmprinter.def.json
|
||||||
msgctxt "material_guid label"
|
msgctxt "material_guid label"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user