aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-01-25 15:25:49 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-01-26 16:33:10 +0100
commit2bb7c3bcef695519c58d33253b74393caf7f14a0 (patch)
treee9f1a03e56b486e96e927175046705d20f827b6e /OpenKeychain/src/main/res
parente4e2d647c8cd8bf2d1e318c85d41173caf18adf4 (diff)
downloadopen-keychain-2bb7c3bcef695519c58d33253b74393caf7f14a0.tar.gz
open-keychain-2bb7c3bcef695519c58d33253b74393caf7f14a0.tar.bz2
open-keychain-2bb7c3bcef695519c58d33253b74393caf7f14a0.zip
move last parts of import logic from kis into operation
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 459bdf99c..b63ccec2d 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1021,6 +1021,7 @@
<string name="msg_import_fingerprint_ok">"Fingerprint check OK"</string>
<string name="msg_import_merge">"Merging retrieved data"</string>
<string name="msg_import_error">"Import operation failed!"</string>
+ <string name="msg_import_error_io">"Import operation failed due to i/o error!"</string>
<string name="msg_import_partial">"Import operation successful, with errors!"</string>
<string name="msg_import_success">"Import operation successful!"</string>