summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
diff options
context:
space:
mode:
authorYuri Astrakhan <yuriastrakhan@gmail.com>2023-02-22 10:29:35 -0500
committerGitHub <noreply@github.com>2023-02-22 10:29:35 -0500
commitc36c5b968814e77c538efd0765894491dc150e95 (patch)
treee45b4b51b46aba467ab466509dd040cac27fc977 /src/interactive/widgets/help.rs
parente6c10c5b311ad25d010f18d51f150d34bf62b815 (diff)
Update help.rs
minor help text fix
Diffstat (limited to 'src/interactive/widgets/help.rs')
-rw-r--r--src/interactive/widgets/help.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index 051fc2a..29d5562 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -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);