threadlist: size comma to x (#3088)

pull/3104/head
Kaalleen 2024-07-16 20:36:15 +02:00 zatwierdzone przez GitHub
rodzic 6a39662fd1
commit ef1a483b2d
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}\n"
thread_output += f" (mm): {width} x {height}\n"
thread_output += _("Stitches")
thread_output += f": {stitch_plan.num_stitches}\n"