summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-18 14:05:25 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-18 14:05:25 +0000
commitfdc416faa317106d05be8fe5226ded84d8347d99 (patch)
tree488259961619d3eef8559f25c181106d67ec7990 /src/wx/config_dialog.cc
parent9cff6ec974a4d0270091fe5c753483b0d53ecd46 (diff)
I said we were in string freeze, but only nl_NL has come in so
far and robn has asked to translate these, so ;)
Diffstat (limited to 'src/wx/config_dialog.cc')
-rw-r--r--src/wx/config_dialog.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index a32b5d968..a9cf7da07 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -844,8 +844,7 @@ KeysPage::import_decryption_chain_and_key ()
if (NagDialog::maybe_nag (
_panel,
Config::NAG_IMPORT_DECRYPTION_CHAIN,
- /* XXX: this needs to be marked translatable */
- wxT("If you continue with this operation you will no longer be able to use any DKDMs that you have created with the current certificates and key. Also, any KDMs that have been sent to you for those certificates will become useless. Proceed with caution!"),
+ _("If you continue with this operation you will no longer be able to use any DKDMs that you have created with the current certificates and key. Also, any KDMs that have been sent to you for those certificates will become useless. Proceed with caution!"),
true
)) {
return;