From cd9756ae61981928792db7e838e220d271708640 Mon Sep 17 00:00:00 2001 From: Mohamed Date: Tue, 21 May 2024 14:59:47 -0400 Subject: [PATCH] Added keyboard shortcut for create community timeline action --- src/controller/mastodon/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/mastodon/handler.py b/src/controller/mastodon/handler.py index cfe01d97..35051273 100644 --- a/src/controller/mastodon/handler.py +++ b/src/controller/mastodon/handler.py @@ -50,7 +50,7 @@ class Handler(object): details=_("Show user profile"), favs=None, # In buffer Menu. - community_timeline =_("Create community timeline"), + community_timeline =_("Create c&ommunity timeline"), filter=None, manage_filters=None )