aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2016-02-22 22:22:45 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2016-02-22 22:22:45 +0100
commit4df63ccdeb8bd26f507c88980b360bdc367faa0f (patch)
treef0589226486a5f34acdcb005381d4e04f7e4b209 /OpenKeychain/src/main/res/values/strings.xml
parentf61de278b4ca452678c1d791a9e0944cc6e93001 (diff)
downloadopen-keychain-4df63ccdeb8bd26f507c88980b360bdc367faa0f.tar.gz
open-keychain-4df63ccdeb8bd26f507c88980b360bdc367faa0f.tar.bz2
open-keychain-4df63ccdeb8bd26f507c88980b360bdc367faa0f.zip
displaytext: add "View Log" option, move "Copy to clipboard" into overflow menu
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 7d66c06a1..9920d8057 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -95,7 +95,7 @@
<string name="btn_add_files">"Add file(s)"</string>
<string name="btn_share_decrypted_text">"Share"</string>
<string name="btn_open_with">"Open with…"</string>
- <string name="btn_copy_decrypted_text">"Copy decrypted text"</string>
+ <string name="btn_copy_decrypted_text">"Copy to clipboard"</string>
<string name="btn_decrypt_clipboard">"Read from clipboard"</string>
<string name="btn_decrypt_files">"Select input file"</string>
<string name="btn_encrypt_files">"Encrypt files"</string>