diff --git a/src/widget/info.rs b/src/widget/info.rs index 51cb1d7..02e34a0 100644 --- a/src/widget/info.rs +++ b/src/widget/info.rs @@ -11,7 +11,7 @@ impl Info { Self { info: String::from(info), keys: String::from( - "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line Return Select current selection", + "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line Return Select", ), } }