aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAshley Hughes <spirit.returned@gmail.com>2014-02-08 15:35:44 +0000
committerAshley Hughes <spirit.returned@gmail.com>2014-02-08 15:35:44 +0000
commitb74ed4643453cd089ec885bb3f56169629f8cacf (patch)
tree464e7d7b0717f467bb861f55b6d32e10f73a5907 /OpenPGP-Keychain/src/main/res/values/strings.xml
parentcd2b493ea8d25796bf666b46597e6b6bd416f64b (diff)
downloadopen-keychain-b74ed4643453cd089ec885bb3f56169629f8cacf.tar.gz
open-keychain-b74ed4643453cd089ec885bb3f56169629f8cacf.tar.bz2
open-keychain-b74ed4643453cd089ec885bb3f56169629f8cacf.zip
disable export if unsaved
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/values/strings.xml')
-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 69a941b02..64c9be32d 100644
--- a/OpenPGP-Keychain/src/main/res/values/strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/strings.xml
@@ -286,6 +286,7 @@
<string name="error_nfc_needed">NFC is not available on your device!</string>
<string name="error_nothing_import">Nothing to import!</string>
<string name="error_expiry_must_come_after_creation">expiry date must come after creation date</string>
+ <string name="error_save_first">please save the keyring first</string>
<!-- progress dialogs, usually ending in '…' -->
<string name="progress_done">done.</string>