From b6e6fdd1349f28bf914ccd3009a20f63362d4ff1 Mon Sep 17 00:00:00 2001 From: Andrey Skvortsov Date: Sun, 30 Jul 2017 23:55:55 +0300 Subject: [PATCH] radicale: Update link to documentation Reviewed-by: Sunil Mohan Adapa --- plinth/modules/radicale/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plinth/modules/radicale/__init__.py b/plinth/modules/radicale/__init__.py index ec40e77fb..6aa86252d 100644 --- a/plinth/modules/radicale/__init__.py +++ b/plinth/modules/radicale/__init__.py @@ -46,10 +46,9 @@ description = [ format_lazy( _('Radicale is a CalDAV and CardDAV server. It allows synchronization ' 'and sharing of scheduling and contact data. To use Radicale, a ' - ' supported client application ' - 'is needed. Radicale can be accessed by any user with a {box_name} ' - 'login.'), box_name=_(cfg.box_name)), + 'supported client ' + 'application is needed. Radicale can be accessed by any user ' + 'with a {box_name} login.'), box_name=_(cfg.box_name)), ] reserved_usernames = ['radicale']