diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2014-09-24 15:36:34 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2014-09-24 15:36:34 +0200 |
commit | 312598290bfc453e16dfccdc5e9875e8fa5d0978 (patch) | |
tree | e0a0b20f757f5971fb66ae8a57b10134a9a28c16 /OpenKeychain/src/main/res | |
parent | a50fe142e42b8925fcd51be3d2acf0e639738e44 (diff) | |
download | open-keychain-312598290bfc453e16dfccdc5e9875e8fa5d0978.tar.gz open-keychain-312598290bfc453e16dfccdc5e9875e8fa5d0978.tar.bz2 open-keychain-312598290bfc453e16dfccdc5e9875e8fa5d0978.zip |
fix save button when no file is selected
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 1 |
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 b17196587..14d0eba9b 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -910,6 +910,7 @@ <string name="info_no_manual_account_creation">"Do not create OpenKeychain-Accounts manually.\nFor more information, see Help."</string> <string name="contact_show_key">"Show key (%s)"</string> <string name="swipe_to_update">"Swipe down to update from keyserver"</string> + <string name="error_no_file_selected">"Select at least one file to encrypt!"</string> <string name="error_multi_not_supported">"Saving of multiple files not supported. This is a limitation on current Android."</string> <!-- First Time --> |