From 45c7fe7a8b3cc1262792b1001051c7ee3a3ea5a6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 18 Jan 2017 10:31:38 +0530 Subject: [PATCH] infinoted: Minor update to description - To convey that Gobby is a desktop application. --- plinth/modules/infinoted/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plinth/modules/infinoted/__init__.py b/plinth/modules/infinoted/__init__.py index ab40af91b..71415355d 100644 --- a/plinth/modules/infinoted/__init__.py +++ b/plinth/modules/infinoted/__init__.py @@ -30,6 +30,7 @@ from plinth import service as service_module from plinth.utils import format_lazy from plinth.views import ServiceView + version = 1 depends = ['apps'] @@ -46,9 +47,9 @@ description = [ _('infinoted is a server for Gobby, a collaborative text editor.'), format_lazy( - _('To use it, download Gobby ' - 'and install it. Then start Gobby and select "Connect to Server" ' - 'and enter your {box_name}\'s domain name.'), + _('To use it, download Gobby, ' + 'desktop client and install it. Then start Gobby and select ' + '"Connect to Server" and enter your {box_name}\'s domain name.'), box_name=_(cfg.box_name)), ]