diff options
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Lua/Marshaling/Version.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Lua/Marshaling/Version.hs b/src/Text/Pandoc/Lua/Marshaling/Version.hs index 3c667cbc4..f1d4bfd7f 100644 --- a/src/Text/Pandoc/Lua/Marshaling/Version.hs +++ b/src/Text/Pandoc/Lua/Marshaling/Version.hs @@ -134,7 +134,7 @@ __tostring v = return (showVersion v) -- | Default error message when a version is too old. This message is -- formatted in Lua with the expected and actual versions as arguments. versionTooOldMessage :: String -versionTooOldMessage = "version too old: expected version %s or newer, got %s" +versionTooOldMessage = "expected version %s or newer, got %s" -- | Throw an error if this version is older than the given version. -- FIXME: This function currently requires the string library to be |