aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/edit
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-13 11:20:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-13 11:20:46 -0300
commit5e0c763915d359c7292e5751a46554656a0cb164 (patch)
tree2b89e9b21de230032669ffdd87b84f54bf91a4c2 /share/keyringer/edit
parent6216f846f8b9a6d6f631e3b827b466a14aae0ac8 (diff)
downloadkeyringer-5e0c763915d359c7292e5751a46554656a0cb164.tar.gz
keyringer-5e0c763915d359c7292e5751a46554656a0cb164.tar.bz2
Text fixes
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"