aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-10-21 21:54:39 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-10-21 21:54:39 +0200
commitd149bfd3dbc1010d661b81e72e442c4d4f7b9fa0 (patch)
treeab3fdc8212d34a1355c7a8557559ce609dc8a7b0 /OpenKeychain/src/main/res
parentf7bfe932ec146ae26be347fbbdade9188b15af80 (diff)
downloadopen-keychain-d149bfd3dbc1010d661b81e72e442c4d4f7b9fa0.tar.gz
open-keychain-d149bfd3dbc1010d661b81e72e442c4d4f7b9fa0.tar.bz2
open-keychain-d149bfd3dbc1010d661b81e72e442c4d4f7b9fa0.zip
displaytextactivity: truncate displayed text if too long
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index dd120023b..4df144531 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1663,10 +1663,12 @@
<string name="snack_backup_exists">"Backup already exists!"</string>
<string name="snack_backup_saved_dir">"Saved to OpenKeychain directory"</string>
<string name="btn_backup_back">Go back to check</string>
+ <string name="snack_text_too_long">"Text is too long to show in full!"</string>
<string name="share_log_dialog_title">"Share log?"</string>
<string name="share_log_dialog_message">"While logs can be super helpful for developers to find bugs in OpenKeychain, they can contain potential sensitive information such as data about the updated keys. Please make sure you are okay with sharing this information."</string>
<string name="share_log_dialog_share_button">"Share"</string>
<string name="share_log_dialog_cancel_button">"Cancel"</string>
+
</resources>