summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-06 20:41:10 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 20:45:47 +0100
commitcc9ffe3d2206021acf96d14e714a6fa23f8912f2 (patch)
treecd72b2d3ca4a09ab315c76bf89c91921ec9cf4dc /src
parentf38d5af6d01bed04445f00f2a7b508e9f931d2ee (diff)
Tweak label of KDM decryption key export button (#1888).
Diffstat (limited to 'src')
-rw-r--r--src/wx/config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index de2c11517..d9563f1b6 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -695,7 +695,7 @@ KeysPage::setup ()
auto buttons = new wxBoxSizer (wxVERTICAL);
- wxButton* export_decryption_certificate = new Button (_panel, _("Export KDM decryption certificate..."));
+ auto export_decryption_certificate = new Button (_panel, _("Export KDM decryption leaf certificate..."));
buttons->Add (export_decryption_certificate, 0, wxBOTTOM, DCPOMATIC_BUTTON_STACK_GAP);
auto export_settings = new Button (_panel, _("Export all KDM decryption settings..."));
buttons->Add (export_settings, 0, wxBOTTOM, DCPOMATIC_BUTTON_STACK_GAP);