From 253e30c8e6fbd53e245ac8fcfbdc26b6c9daca46 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Aug 2020 20:10:36 -0700 Subject: [PATCH] bepasty: Add "Snippet" in category/short description Compared to other apps that do file sharing, sharing snippets that can be viewed in the browser is a unique distinction of bepasty. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/bepasty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/bepasty/__init__.py b/plinth/modules/bepasty/__init__.py index f446137b8..953f009ae 100644 --- a/plinth/modules/bepasty/__init__.py +++ b/plinth/modules/bepasty/__init__.py @@ -64,7 +64,7 @@ class BepastyApp(app_module.App): info = app_module.Info(self.app_id, version, name=_('bepasty'), icon_filename='bepasty', - short_description=_('File Sharing'), + short_description=_('File & Snippet Sharing'), description=_description, manual_page='bepasty', clients=clients) self.add(info)