From a1c93f0b22b340100109c5bf7bed6a590f9e4428 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 27 Dec 2024 10:44:30 +0000 Subject: [PATCH] Tweak the tooltip for calling the command palette Makes it read a little more like friendly help. --- src/textual/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/app.py b/src/textual/app.py index 37a25d245a..46f38c74af 100644 --- a/src/textual/app.py +++ b/src/textual/app.py @@ -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", ) )