aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java')
-rw-r--r--OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java b/OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java
index 872dc1bda..13233f70b 100644
--- a/OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java
+++ b/OpenPGP-Keychain/src/org/openintents/crypto/CryptoError.java
@@ -20,7 +20,7 @@ import android.os.Parcel;
import android.os.Parcelable;
public class CryptoError implements Parcelable {
- public static final int ID_NO_WRONG_PASSPHRASE = 1;
+ public static final int ID_NO_OR_WRONG_PASSPHRASE = 1;
public static final int ID_NO_USER_IDS = 2;
int errorId;