diff --git a/plinth/modules/ikiwiki/__init__.py b/plinth/modules/ikiwiki/__init__.py index 898a29a1b..c4b04d1fb 100644 --- a/plinth/modules/ikiwiki/__init__.py +++ b/plinth/modules/ikiwiki/__init__.py @@ -40,7 +40,10 @@ service = None title = _('Wiki and Blog (ikiwiki)') description = [ - _('When enabled, the blogs and wikis will be available ' + _('ikiwiki is a simple wiki and blog application. It supports ' + 'several lightweight markup languages, including Markdown, and ' + 'common blogging functionality such as comments and RSS feeds. ' + 'When enabled, the blogs and wikis will be available ' 'from /ikiwiki.') ]