]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki/Parser.hs
Implemented dummy trackback commands
[Rakka.git] / Rakka / Wiki / Parser.hs
index 6c5d20722c89f8243b8accc45fe193d771b33f8b..eb236ce1e54e57bab3d8c22cbd4e7433d193dc31 100644 (file)
@@ -272,8 +272,7 @@ blockCmd cmdTypeOf
       undefinedCmdErr name
           = Div [("class", "error")]
             [ Paragraph [Text ("The command `" ++ name ++ "' is not defined. " ++
-                               "Ensure that you haven't mistyped and the module " ++
-                               "providing the command is actually loaded.")
+                               "Make sure you haven't mistyped.")
                         ]
             ]