[fix:] sentence was too long
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ public static class PdfExportUtility
|
|||||||
|
|
||||||
if (pageIndex == 0)
|
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);
|
subtitleFont, XBrushes.Gray, new XRect(Margin, y, contentWidth, 20), XStringFormats.TopLeft);
|
||||||
y += 24;
|
y += 24;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user