From eea7b9f62800c9d67d13bd522b8a3656a63ac18e Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Thu, 4 Jun 2026 19:15:03 +0200 Subject: [PATCH] [fix:] sentence was too long --- PdfExportUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PdfExportUtility.cs b/PdfExportUtility.cs index 4c22356..1a8b8ef 100644 --- a/PdfExportUtility.cs +++ b/PdfExportUtility.cs @@ -109,7 +109,7 @@ public static class PdfExportUtility if (pageIndex == 0) { - gfx.DrawString("Es werden nur Schülerinnen und Schüler aufgeführt, die in mindestens einem Semester keine Zuordnung erhalten haben.", + gfx.DrawString("Inkludiert nur SuS, die in mindestens einem Semester keine Zuordnung erhalten haben.", subtitleFont, XBrushes.Gray, new XRect(Margin, y, contentWidth, 20), XStringFormats.TopLeft); y += 24; }