From 722fa39c2ad2607a75cf46e768bc55da283a4e00 Mon Sep 17 00:00:00 2001 From: "J. Carlos Romero" Date: Sat, 2 Feb 2019 21:59:35 +0100 Subject: [PATCH] mldonkey: Add to the description the three available front-ends Signed-off-by: J. Carlos Romero Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/mldonkey/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/modules/mldonkey/__init__.py b/plinth/modules/mldonkey/__init__.py index 63585e188..73d56334a 100644 --- a/plinth/modules/mldonkey/__init__.py +++ b/plinth/modules/mldonkey/__init__.py @@ -42,6 +42,10 @@ description = [ _('MLDonkey is a peer-to-peer file sharing application used to exchange ' 'large files. It can participate in multiple peer-to-peer networks ' 'including eDonkey, Kademlia, Overnet, BitTorrent and DirectConnect.'), + _('Users belonging to admin and ed2k group can control it through the web ' + 'interface. Users in the admin group can also control it through any of ' + 'the separate mobile or desktop front-ends or a telnet interface. See ' + 'manual.'), format_lazy( _('On {box_name}, downloaded files can be found in /var/lib/mldonkey/ ' 'directory.'), box_name=cfg.box_name)