mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
Lowercase "filter" in help footer
This commit is contained in:
parent
bd5503a0d3
commit
0bf3f7e01f
@ -132,7 +132,7 @@ impl<'a> UiState<'a> {
|
||||
|
||||
let message = if self.message.is_empty() {
|
||||
// Help footer.
|
||||
"↓/j ↑/k home/g end/G │ Filter <d>one/<p>ending │ <r>eset │ <c>ontinue at │ <q>uit"
|
||||
"↓/j ↑/k home/g end/G │ filter <d>one/<p>ending │ <r>eset │ <c>ontinue at │ <q>uit"
|
||||
} else {
|
||||
&self.message
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user