Minor grammar fix
authormicah <micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Sat, 22 Apr 2006 21:22:24 +0000 (21:22 +0000)
committermicah <micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Sat, 22 Apr 2006 21:22:24 +0000 (21:22 +0000)
git-svn-id: http://code.autistici.org/svn/backupninja/trunk@387 758a04ac-41e6-0310-8a23-8373a73cc35d

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