Update terminal panel tooltip (#2519)

The actions in Zed now call this the Terminal Panel and the crate is
called that as well, so I think the tooltip should be updated to use
that same name.

Release Notes:

N/A
This commit is contained in:
Joseph T. Lyons 2023-05-23 22:33:08 -04:00 committed by GitHub
commit e463e3b2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,7 @@ impl Panel for TerminalPanel {
} }
fn icon_tooltip(&self) -> String { fn icon_tooltip(&self) -> String {
"Terminals".to_string() "Terminal Panel".into()
} }
fn icon_label(&self, cx: &WindowContext) -> Option<String> { fn icon_label(&self, cx: &WindowContext) -> Option<String> {