Fix remaining partial translations in log messages

This commit is contained in:
2026-06-06 12:35:36 +02:00
parent 24f6b76f06
commit 84ff943f92
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ class GestaltungBridge(panel_base.BaseBridge):
before = doc.Linetypes.Count
ok = _force_load_linetypes(doc)
after = doc.Linetypes.Count
print("[GESTALTUNG] Linetypes vor: {}, nach LoadDefaults({}): {}".format(before, ok, after))
print("[GESTALTUNG] Linetypes before: {}, nach LoadDefaults({}): {}".format(before, ok, after))
entries = []
for i in range(after):
lt = doc.Linetypes[i]