aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-16 16:08:44 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-16 16:08:44 +0200
commit168432abab88d6572da0057b9de637c6eeeb3523 (patch)
treea35007ca85d27cc0ea0c180741b671cb1a596d62 /OpenPGP-Keychain/src/org/sufficientlysecure/keychain
parent0e24a74bb82bc0db720297046909145b61399857 (diff)
downloadopen-keychain-168432abab88d6572da0057b9de637c6eeeb3523.tar.gz
open-keychain-168432abab88d6572da0057b9de637c6eeeb3523.tar.bz2
open-keychain-168432abab88d6572da0057b9de637c6eeeb3523.zip
API documentation
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java
index a6fb78f71..71b502fba 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java
@@ -62,7 +62,7 @@ public class OpenPgpService extends RemoteService {
if (passphrase == null) {
if (!allowUserInteraction) {
throw new UserInteractionRequiredException(
- "Passphrase not found in cache! User interaction required!");
+ "Passphrase not found in cache, please enter your passphrase!");
}
Log.d(Constants.TAG, "No passphrase! Activity required!");