aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Logging.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Logging.hs b/src/Text/Pandoc/Logging.hs
index ad0fcdd2d..e31fb1521 100644
--- a/src/Text/Pandoc/Logging.hs
+++ b/src/Text/Pandoc/Logging.hs
@@ -259,7 +259,7 @@ showLogMessage msg =
"It is recommended that lang be specified for this format."
InvalidLang s ->
"Invalid 'lang' value '" ++ s ++ "'.\n" ++
- "Use ISO 8601 format like 'en-US'."
+ "Use an IETF language tag like 'en-US'."
CouldNotHighlight m ->
"Could not highlight code block:\n" ++ m
MissingCharacter m ->