Skip to content

Commit

Permalink
change label
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Apr 4, 2024
1 parent 7b99732 commit 5ef4a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ef4a00

Please sign in to comment.