From 536d02fb34b706052ed7a29345bf479c23f88acc Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 8 Jan 2022 20:07:40 +0000 Subject: [PATCH] transmission: Fix capitalization Reviewed-by: Sunil Mohan Adapa --- plinth/modules/transmission/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/transmission/__init__.py b/plinth/modules/transmission/__init__.py index 477c33c8c..8c6e2119d 100644 --- a/plinth/modules/transmission/__init__.py +++ b/plinth/modules/transmission/__init__.py @@ -24,7 +24,7 @@ _description = [ _('Transmission is a BitTorrent client with a web interface.'), _('BitTorrent is a peer-to-peer file sharing protocol. ' 'Note that BitTorrent is not anonymous.'), - _('Please do not change the default port of the transmission daemon.'), + _('Please do not change the default port of the Transmission daemon.'), ] app = None