aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Logging.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Logging.hs b/src/Text/Pandoc/Logging.hs
index 4e2d6f1b5..1178df1b3 100644
--- a/src/Text/Pandoc/Logging.hs
+++ b/src/Text/Pandoc/Logging.hs
@@ -290,9 +290,9 @@ showLogMessage msg =
"Extracting " ++ fp ++ "..."
NoTitleElement fallback ->
"This document format requires a nonempty <title> element.\n" ++
- "Please specify either 'title' or 'pagetitle' in the metadata,\n" ++
- "e.g. by using --metadata pagetitle=\"...\" on the command line.\n" ++
- "Falling back to '" ++ fallback ++ "'"
+ "Defaulting to '" ++ fallback ++ "' as the title.\n" ++
+ "To specify a title, use 'title' in metadata or " ++
+ "--metadata title=\"...\"."
NoLangSpecified ->
"No value for 'lang' was specified in the metadata.\n" ++
"It is recommended that lang be specified for this format."