[fix:] Lauf → Leit; Logof Client → Logofclient
This commit is contained in:
+5
-5
@@ -656,13 +656,13 @@ public class PdfBuilder
|
||||
{
|
||||
path = path.Substring(0, path.Length - 4);
|
||||
international_path = path;
|
||||
path = path + "-Laufzettel.pdf";
|
||||
international_path = international_path + "-Laufzettel-International.pdf";
|
||||
path = path + "-Leitzettel.pdf";
|
||||
international_path = international_path + "-Leitzettel-International.pdf";
|
||||
}
|
||||
else
|
||||
{
|
||||
path = path + "-Laufzettel.pdf";
|
||||
international_path = international_path + "-Laufzettel-International.pdf";
|
||||
path = path + "-Leitzettel.pdf";
|
||||
international_path = international_path + "-Leitzettel-International.pdf";
|
||||
}
|
||||
|
||||
CreateGermanyRunningSheets(setID, path);
|
||||
@@ -674,7 +674,7 @@ public class PdfBuilder
|
||||
{
|
||||
KasAddressList list = Settings._instance.addressSets.GetAddressSetByID(setID);
|
||||
var document = new PdfDocument();
|
||||
document.Info.Title = $"Laufzettel für {list.Name}";
|
||||
document.Info.Title = $"Leitzettel für {list.Name}";
|
||||
document.Info.Subject = "powered by logofclient";
|
||||
document.Info.Author = "logofclient";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user