aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-24 00:48:40 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-24 00:48:40 +0200
commit317580039a67004defffc801fa4404e034b27601 (patch)
treed114f7dad513ba9f54b40bd18131d7477958c4d3 /OpenKeychain
parenteb381df1fb217504b9f1882305c1e9782d49937b (diff)
downloadopen-keychain-317580039a67004defffc801fa4404e034b27601.tar.gz
open-keychain-317580039a67004defffc801fa4404e034b27601.tar.bz2
open-keychain-317580039a67004defffc801fa4404e034b27601.zip
Better del_rev_dialog_message
Diffstat (limited to 'OpenKeychain')
-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 ce77f197f..ec3cccebf 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -614,7 +614,7 @@
<string name="retry_up_dialog_btn_cancel">"Cancel Operation"</string>
<!-- Delete or revoke private key dialog -->
- <string name="del_rev_dialog_message">"If you would no longer like to use this key, it should be revoked and uploaded. Select delete only if you wish to remove the key from OpenKeychain but continue to use it from somewhere else."</string>
+ <string name="del_rev_dialog_message">"If you would no longer like to use this key, it should be revoked and uploaded. Select 'DELETE ONLY' if you wish to remove the key from OpenKeychain but continue to use it from somewhere else."</string>
<string name="del_rev_dialog_title">"Revoke/Delete key \"%s\""</string>
<string name="del_rev_dialog_btn_revoke">"Revoke and upload"</string>
<string name="del_rev_dialog_btn_delete">"Delete only"</string>