diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
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); |
