terminal: Change context menu item label (#25085)

Super subtle, but when I initially saw just "Close", I got weirded out
asking myself "why there's a menu item to close the context menu?", to
only then realize that it didn't close the menu, but the terminal _tab_.
Might be obvious, because that's how buffer tabs are labled, but I don't
know, it feels like the redundancy here is overall positive.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-02-18 11:14:10 -03:00 committed by GitHub
parent 295e486113
commit b34037876e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ impl TerminalView {
}) })
.separator() .separator()
.action( .action(
"Close", "Close Terminal Tab",
Box::new(CloseActiveItem { Box::new(CloseActiveItem {
save_intent: None, save_intent: None,
close_pinned: true, close_pinned: true,