diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:00:28 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-23 07:00:28 +0200 |
commit | da7e5bfb96f1cc0858fd27d1cd90eb0e66c8dbb1 (patch) | |
tree | 4782b97b091d821550bdc5cb4585a4069b2a3ab3 | |
parent | 5922cc80658f73410dc48a6c6ac53017eefaf376 (diff) | |
download | rofi-pass-da7e5bfb96f1cc0858fd27d1cd90eb0e66c8dbb1.tar.gz |
Make description clearer
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ xdotool_type() { } mainMenu () { - selected_password="$(echo -e "Return to Main Menu\n---\n$(list_passwords 2>/dev/null)" | rofi -dmenu -p "Enter: Chose Entry | Alt+1: Type User | Alt+2: Type Password | Alt+3: Open Entry in Browser > ")" + selected_password="$(echo -e "Return to Main Menu\n---\n$(list_passwords 2>/dev/null)" | rofi -dmenu -p "Enter: Autotype Entry | Alt+1: Type User | Alt+2: Type Password | Alt+3: Open Entry in Browser > ")" rofi_exit=$? case ${rofi_exit} in |