summaryrefslogtreecommitdiffstats
path: root/src/modes/edit/second_line.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/edit/second_line.rs')
-rw-r--r--src/modes/edit/second_line.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modes/edit/second_line.rs b/src/modes/edit/second_line.rs
index a703733..75f993c 100644
--- a/src/modes/edit/second_line.rs
+++ b/src/modes/edit/second_line.rs
@@ -20,12 +20,10 @@ impl SecondLine for Edit {
impl SecondLine for Navigate {
fn second_line(&self) -> &'static str {
match self {
- Self::Jump => "Pick a destination",
Self::Trash => "",
Self::History => "Pick a destination",
Self::Shortcut => "Pick a destination",
Self::Compress => "Archive and compress the flagged files using selected algorithm.",
- Self::BulkMenu => "Pick an action",
Self::Marks(mark_action) => mark_action.second_line(),
Self::Context => "Pick an action",
Self::EncryptedDrive => "m: mount -- u: unmount -- g: go to mount point",