From 34f7a41b24c4fa61b759f2e4b511111268758f71 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Dec 2025 01:16:17 +0100 Subject: Tweak error message on unrecognised certificate (#1562). --- src/wx/certificate_chain_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/certificate_chain_editor.cc') diff --git a/src/wx/certificate_chain_editor.cc b/src/wx/certificate_chain_editor.cc index 3ba9d69dd..1cc5f63dd 100644 --- a/src/wx/certificate_chain_editor.cc +++ b/src/wx/certificate_chain_editor.cc @@ -192,7 +192,7 @@ CertificateChainEditor::add_certificate() update_certificate_list(); } } catch (dcp::MiscError& e) { - error_dialog(this, _("Could not read certificate file."), std_to_wx(e.what())); + error_dialog(this, _("Could not read certificate file. Make sure it is in PEM format."), std_to_wx(e.what())); } } -- cgit v1.2.3