From 141da1189e6349615b265f51f255d8ca90a72d6e Mon Sep 17 00:00:00 2001 From: niksedk Date: Mon, 28 Feb 2022 07:07:22 +0100 Subject: [PATCH] fix for last commit --- src/ui/Forms/ExportPngXml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Forms/ExportPngXml.cs b/src/ui/Forms/ExportPngXml.cs index 5eacb7435..b9ffa51be 100644 --- a/src/ui/Forms/ExportPngXml.cs +++ b/src/ui/Forms/ExportPngXml.cs @@ -3036,8 +3036,8 @@ $DROP=[DROPVALUE]" + Environment.NewLine + Environment.NewLine + .Replace('[', 'a') .Replace(']', 'a') .Replace('ą', 'a') - .Replace('Ę', 'Ę') - .Replace('Ą', 'Ą'); + .Replace('Ę', 'a') + .Replace('Ą', 'a'); baseLinePadding -= (int)Math.Round(TextDraw.MeasureTextHeight(font, lastLine, parameter.SubtitleFontBold) - TextDraw.MeasureTextHeight(font, textNoBelow, parameter.SubtitleFontBold)); } else