mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Rename label to toggle inline git blame on/off (#10673)
cc @iamnbutler I think we should differentiate between inline blame and the gutter blame. Release Notes: - N/A
This commit is contained in:
parent
20554d0296
commit
c76bacb974
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ impl Render for QuickActionBar {
|
|||
}
|
||||
|
||||
menu = menu.toggleable_entry(
|
||||
"Show Git Blame",
|
||||
"Show Git Blame Inline",
|
||||
git_blame_inline_enabled,
|
||||
Some(editor::actions::ToggleGitBlameInline.boxed_clone()),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue