[fix:] sentence was too long

This commit is contained in:
2026-06-04 19:15:03 +02:00
parent a784e598de
commit eea7b9f628
+1 -1
View File
@@ -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;
}