diff --git a/make-epub.lua b/make-epub.lua index b6b730b..7110b18 100755 --- a/make-epub.lua +++ b/make-epub.lua @@ -37,7 +37,7 @@ if not success then end local path_separator = utility.path_separator -local copyright_warning = "This ebook was created by an automated tool for personal use. It cannot be distributed or sold without permission of copyright holder(s). (If you did not make this ebook, you may be infringing.)\n\n" +local copyright_warning = "This ebook was created by an automated tool for personal use. It cannot be distributed or sold without permission of its copyright holder(s). (If you did not make this ebook, you may be infringing.)\n\n" -- also checks for errors TODO make it check for ALL required elements and error if any are missing! local function load_config(config_file_text)