threadlist: add missing linebreak (#3070)

pull/3073/head dev-build-kaalleen-import-translate
Kaalleen 2024-07-08 09:48:03 +02:00 zatwierdzone przez GitHub
rodzic 8fdd5e502a
commit 550061e15b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ def get_threadlist(stitch_plan, design_name):
thread_output += f": {design_name}\n"
thread_output += _("Size")
thread_output += f" (mm): {width}, {height}"
thread_output += f" (mm): {width}, {height}\n"
thread_output += _("Stitches")
thread_output += f": {stitch_plan.num_stitches}\n"