diff --git a/rofi-pass b/rofi-pass
index 1890008..55aeb53 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -188,7 +188,7 @@ mainMenu () {
else
unset selected_password
HELP="Welcome to rofi-pass. Use ${insert_pass} to create a new pass entry.
-To perform default action use Enter. For more help hit ${help}."
+Type field of entry with Enter. For more help hit ${help}."
selected_password="$(list_passwords 2>/dev/null \
| _rofi -mesg "${HELP}" \
-dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \