[fix:] lauf -> leit
This commit is contained in:
+1
-1
@@ -989,7 +989,7 @@ public class PdfBuilder
|
|||||||
KasAddressList list = Settings._instance.addressSets.GetAddressSetByID(setID);
|
KasAddressList list = Settings._instance.addressSets.GetAddressSetByID(setID);
|
||||||
|
|
||||||
var document = new PdfDocument();
|
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.Subject = "powered by logofclient";
|
||||||
document.Info.Author = "logofclient";
|
document.Info.Author = "logofclient";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user