aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-08-18 12:26:13 +0000
committerThialfihar <thialfihar@gmail.com>2010-08-18 12:26:13 +0000
commit996a1dbe1cb0fd8754aab7b836df3a94befaa213 (patch)
tree6306b3ddc5532a131e555723350c2b177251328a /res/values
parent08305b49632e7707b84c54176fff045dbf147a1e (diff)
downloadopen-keychain-996a1dbe1cb0fd8754aab7b836df3a94befaa213.tar.gz
open-keychain-996a1dbe1cb0fd8754aab7b836df3a94befaa213.tar.bz2
open-keychain-996a1dbe1cb0fd8754aab7b836df3a94befaa213.zip
integrated key server look-up into decrypt Activity, allowing to touch an unkown signature to import the key
Update issue 39 added: <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 92b9b170b..df4d86edf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -208,6 +208,7 @@
<string name="keyCreationElGamalInfo">Note: only subkeys support ElGamal, and for ElGamal the nearest keysize of 1536, 2048, 3072, 4096, or 8192 will be used.</string>
<string name="keyNotFound">Couldn\'t find key %08X.</string>
<string name="keysFound">Found %s key(s).</string>
+ <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
<!-- error_lowerCase: phrases, no punctuation, all lowercase,
they will be put after "errorMessage", e.g. "Error: file not found" -->