change message string
This commit is contained in:
parent
5c2c71a560
commit
d8a19442ba
@ -188,7 +188,7 @@ mainMenu () {
|
||||
else
|
||||
unset selected_password
|
||||
HELP="Welcome to rofi-pass. Use <span color='$help_color'>${insert_pass}</span> to create a new pass entry.
|
||||
To perform default action use <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
|
||||
Type field of entry with <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
|
||||
selected_password="$(list_passwords 2>/dev/null \
|
||||
| _rofi -mesg "${HELP}" \
|
||||
-dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \
|
||||
|
Loading…
Reference in New Issue
Block a user