diff --git a/manuskript/exporter/pandoc/__init__.py b/manuskript/exporter/pandoc/__init__.py index 21edce5d..a920fcb8 100644 --- a/manuskript/exporter/pandoc/__init__.py +++ b/manuskript/exporter/pandoc/__init__.py @@ -17,7 +17,7 @@ from manuskript.functions import mainWindow class pandocExporter(basicExporter): name = "Pandoc" - description = qApp.translate("Export", """

A universal document converter. Can be used to convert markdown to a wide range of other + description = qApp.translate("Export", """

A universal document converter. Can be used to convert Markdown to a wide range of other formats.

Website: http://pandoc.org/

""")