Minor grammar fix
authorMicah Anderson <micah@riseup.net>
Sat, 22 Apr 2006 21:22:24 +0000 (21:22 +0000)
committerMicah Anderson <micah@riseup.net>
Sat, 22 Apr 2006 21:22:24 +0000 (21:22 +0000)
handlers/dup.helper

index 795a2be806adb1b57209b941b045600344e56bf7..81c6ad1290b912a7c882cecc5b39e91216b69525 100644 (file)
@@ -185,7 +185,7 @@ do_dup_gpg_passphrase() {
 do_dup_gpg() {
    
    # 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
       dup_gpg_asymmetric_encryption=yes
    else