aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/values
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-03-15 13:24:49 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2014-03-15 18:20:49 +0100
commit1de0312bb53935f8b48e4e7437169e72a154edbf (patch)
tree2c5775b13cc8e206a5674c46632ed123269c0874 /OpenPGP-Keychain/src/main/res/values
parent49984846d5955e29b1edd7aad5b1474a0eebfcfc (diff)
downloadopen-keychain-1de0312bb53935f8b48e4e7437169e72a154edbf.tar.gz
open-keychain-1de0312bb53935f8b48e4e7437169e72a154edbf.tar.bz2
open-keychain-1de0312bb53935f8b48e4e7437169e72a154edbf.zip
certify: revamp certifykeyactivity
show info on the key to be certified, along with a list of (selectable) user ids. user ids are handed through to the signing service, but not yet handled.
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/values')
-rw-r--r--OpenPGP-Keychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml
index 77891d6c7..0520a414b 100644
--- a/OpenPGP-Keychain/src/main/res/values/strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/strings.xml
@@ -465,5 +465,6 @@
<string name="label_secret_key">Secret Key</string>
<string name="secret_key_yes">available</string>
<string name="secret_key_no">unavailable</string>
+ <string name="section_uids_to_sign">User IDs to sign</string>
</resources>