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
Some checks failed
Build & Push Docker / build (push) Has been cancelled
This commit is contained in:
@@ -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 Scenár Creatorem v4 | {gen_date}{footer_note}')
|
||||
f'Vygenerováno Scénář Creatorem | {gen_date}{footer_note}')
|
||||
|
||||
# ── Page 2: Poznámky ke scénáři ───────────────────────────────────
|
||||
if footnotes:
|
||||
|
||||
Reference in New Issue
Block a user