Skip to content
Snippets Groups Projects
Commit cb0d7cbd authored by micah's avatar micah :speech_balloon:
Browse files

Minor grammar fix

parent 08e8ea95
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ do_dup_gpg_passphrase() { ...@@ -185,7 +185,7 @@ do_dup_gpg_passphrase() {
do_dup_gpg() { do_dup_gpg() {
# symmetric or public key encryption ? # symmetric or public key encryption ?
booleanBox "$dup_title - GnuPG" "Use public key encryption? Else, symmetric encryption will be used, and data signing will be impossible." "$dup_gpg_asymmetric_encryption" booleanBox "$dup_title - GnuPG" "Use public key encryption? Otherwise, symmetric encryption will be used, and data signing will be impossible." "$dup_gpg_asymmetric_encryption"
if [ $? = 0 ]; then if [ $? = 0 ]; then
dup_gpg_asymmetric_encryption=yes dup_gpg_asymmetric_encryption=yes
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment