Skip to content

Commit

Permalink
Tweak the tooltip for calling the command palette
Browse files Browse the repository at this point in the history
Makes it read a little more like friendly help.
  • Loading branch information
davep committed Dec 27, 2024
1 parent 5a23966 commit a1c93f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def __init__(
show=False,
key_display=self.COMMAND_PALETTE_DISPLAY,
priority=True,
tooltip="Open command palette",
tooltip="Open the command palette",
)
)

Expand Down

0 comments on commit a1c93f0

Please sign in to comment.