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; }