From a95d02f12a32ea2535e591fdaaed17eddca2709a Mon Sep 17 00:00:00 2001 From: Masoud Abkenar Date: Thu, 30 Jun 2016 12:18:39 +0200 Subject: [PATCH] ikiwiki: Improve description. Fixes #487 --- plinth/modules/ikiwiki/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.') ]