mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
chore: package install hint and i18n
This commit is contained in:
parent
f13cb39087
commit
737440869c
2 changed files with 8 additions and 8 deletions
|
|
@ -153,7 +153,7 @@ pub fn cnf(data: &mut Data) {
|
|||
|
||||
let msg = format!("{}:", t!("install-package")).bold().blue();
|
||||
let confirm = format!("[{}]", t!("confirm-yes")).green();
|
||||
let hint = format!("{} {} {}", "[↑/↓]".blue(), confirm, "[Ctrl+C]".red());
|
||||
let hint = format!("{} {} {}", "[↑/↓/j/k]".blue(), confirm, "[ESC]".red());
|
||||
eprintln!("{}", msg);
|
||||
eprintln!("{}", hint);
|
||||
let package = Select::new("\n", packages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue