diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/certificate_chain_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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())); } } |
