fix: rename display name Scenár → Scénář Creator (title, header, PDF footer, README)
Some checks failed
Build & Push Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-20 18:06:19 +01:00
parent b494d29790
commit 624157ef57
4 changed files with 6 additions and 6 deletions

View File

@@ -441,7 +441,7 @@ def generate_pdf(doc) -> bytes:
set_fill(c, FOOTER_TEXT)
footer_note = ' | Poznámky na str. 2' if footnotes else ''
c.drawCentredString(PAGE_W / 2, MARGIN - 2,
f'Vygenerováno Scer Creatorem v4 | {gen_date}{footer_note}')
f'Vygenerováno Scéř Creatorem | {gen_date}{footer_note}')
# ── Page 2: Poznámky ke scénáři ───────────────────────────────────
if footnotes: