diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-06 20:36:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-06 20:36:48 +0100 |
| commit | 675f55d01854467f42bc44be08f6a083ea73e534 (patch) | |
| tree | a06cc8f9cd889505f81140a583f387faaaf141a1 | |
| parent | ef578569611e2fa0e91bdd5a726fc0c251540e6d (diff) | |
Give some more detail about what issuer/creator mean (#1888).
| -rw-r--r-- | doc/manual/dcpomatic.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 5c819e0a7..557538b69 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -2714,7 +2714,9 @@ like to live on the bleeding edge! <para> With these controls you can set the issuer and creator strings that -will be put into the DCPs which you create. +will be put into the DCPs which you create. The issuer is typically your name +(or your organisation's name) and the creator is typically the name of the tool +used to make the DCP (e.g. DCP-o-matic). </para> </section> |
