aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/edit
diff options
context:
space:
mode:
Diffstat (limited to 'share/keyringer/edit')
-rwxr-xr-xshare/keyringer/edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/keyringer/edit b/share/keyringer/edit
index 0c25f64..47945f3 100755
--- a/share/keyringer/edit
+++ b/share/keyringer/edit
@@ -20,7 +20,7 @@ keyringer_set_tmpfile edit
gpg --yes -o "$TMPWORK" --use-agent -d "$KEYDIR/$FILE"
# Prompt
-echo "Press any key to open the decrypted data into $EDITOR, Ctrl-C to abort"
+echo "Press any key to open the decrypted data in $EDITOR, Ctrl-C to abort"
read key
"$EDITOR" "$TMPWORK"