Update German terminology for exclusions and matches
This commit is contained in:
@@ -186,9 +186,9 @@ class ImageProcessingMixin:
|
||||
excl_match = (matches_ex / total_ex * 100) if total_ex else 0.0
|
||||
self.ratio_label.config(
|
||||
text=(
|
||||
f"Treffer (mit Excludes): {r_with:.2f}% | "
|
||||
f"Treffer (ohne Excludes): {r_no:.2f}% | "
|
||||
f"Excluded: {excl_share:.2f}% vom Bild, davon {excl_match:.2f}% Treffer"
|
||||
f"Markierungen (mit Ausschlüssen): {r_with:.2f}% | "
|
||||
f"Markierungen (ohne Ausschlüsse): {r_no:.2f}% | "
|
||||
f"Ausgeschlossen: {excl_share:.2f}% der Pixel, davon {excl_match:.2f}% markiert"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user