mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
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:
commit
e463e3b2e8
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ impl Panel for TerminalPanel {
|
|||
}
|
||||
|
||||
fn icon_tooltip(&self) -> String {
|
||||
"Terminals".to_string()
|
||||
"Terminal Panel".into()
|
||||
}
|
||||
|
||||
fn icon_label(&self, cx: &WindowContext) -> Option<String> {
|
||||
|
|
Loading…
Reference in a new issue