aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-07-10 07:47:38 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-07-13 23:34:06 +0530
commit0cec75fc9d47c4728678418727559e523295ae21 (patch)
tree4de978a4ac8a64f2ce5360afa37e0ed1d9592807 /OpenKeychain/src/main/res/values
parent76500f47a3e85347204c029f9ef6817504b276c7 (diff)
downloadopen-keychain-0cec75fc9d47c4728678418727559e523295ae21.tar.gz
open-keychain-0cec75fc9d47c4728678418727559e523295ae21.tar.bz2
open-keychain-0cec75fc9d47c4728678418727559e523295ae21.zip
show key name on revoke/delete dialog
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-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 88c3f0a5e..1b07886cf 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -599,7 +599,7 @@
<!-- 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_title">"Revoke/Delete key"</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>