diff --git a/context_menu.py b/context_menu.py index 3347b4a..ec4315a 100644 --- a/context_menu.py +++ b/context_menu.py @@ -115,7 +115,7 @@ def action(self, text: str) -> None: class BrowserSearch(ContextMenuAction): key = "browser_search" - label = "Search Collection" + label = "Browser Search" shown_when_not_editing = True def action(self, search_text: str) -> None: