Skip to content

Commit

Permalink
Merge pull request #147 from nyurik/patch-1
Browse files Browse the repository at this point in the history
fix help text
  • Loading branch information
Byron committed Feb 23, 2023
2 parents aa08b81 + c36c5b9 commit 658c676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/widgets/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl HelpPane {
);
hotkey(
"x",
"Mark for the currently selected entry for deletion and move down",
"Mark the currently selected entry for deletion and move down",
None,
);
hotkey("<Space>", "Toggle the currently selected entry", None);
Expand Down

0 comments on commit 658c676

Please sign in to comment.