From 24851ca7ff81323da5fb1a3c824bb98d73086a75 Mon Sep 17 00:00:00 2001 From: Sahithi Yarlagadda Date: Mon, 10 Apr 2017 11:09:17 +0530 Subject: [PATCH] syncthing: Added line break to title --- plinth/modules/syncthing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/syncthing/__init__.py b/plinth/modules/syncthing/__init__.py index f58759dc4..f14439fb8 100644 --- a/plinth/modules/syncthing/__init__.py +++ b/plinth/modules/syncthing/__init__.py @@ -37,7 +37,7 @@ managed_services = ['syncthing'] managed_packages = ['syncthing'] -title = _('File Synchronization (Syncthing)') +title = _('File Synchronization \n (Syncthing)') description = [ _('Syncthing is an application that can synchronizes files across '