Tweak label of KDM decryption key export button (#1888).
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Feb 2021 19:41:10 +0000 (20:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 6 Feb 2021 19:45:47 +0000 (20:45 +0100)
src/wx/config_dialog.cc

index de2c11517f10eed31bf2585c63bd75cf45f33e2a..d9563f1b670c2620e425b6f28f8850326b621329 100644 (file)
@@ -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);