From 1ccfb58af196d2c5b72d2d1dee27cf7426ae9c44 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 22 Sep 2016 11:56:21 +0200 Subject: [PATCH] Credential prompt panel labels edited --- lib/EAPBase_UI/res/wxEAP_UI.cpp | 2 +- lib/EAPBase_UI/res/wxEAP_UI.fbp | 2 +- lib/TLS_UI/res/wxTLS_UI.cpp | 4 ++-- lib/TLS_UI/res/wxTLS_UI.fbp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/EAPBase_UI/res/wxEAP_UI.cpp b/lib/EAPBase_UI/res/wxEAP_UI.cpp index fd05c35..88c3ac1 100644 --- a/lib/EAPBase_UI/res/wxEAP_UI.cpp +++ b/lib/EAPBase_UI/res/wxEAP_UI.cpp @@ -333,7 +333,7 @@ wxEAPCredentialsConfigPanelBase::~wxEAPCredentialsConfigPanelBase() wxPasswordCredentialsPanelBase::wxPasswordCredentialsPanelBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxEAPCredentialsPanelBase( parent, id, pos, size, style ) { - m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Client Credentials") ), wxVERTICAL ); + m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("User Password") ), wxVERTICAL ); wxBoxSizer* sb_credentials_horiz; sb_credentials_horiz = new wxBoxSizer( wxHORIZONTAL ); diff --git a/lib/EAPBase_UI/res/wxEAP_UI.fbp b/lib/EAPBase_UI/res/wxEAP_UI.fbp index 8d4aa4b..fb00621 100644 --- a/lib/EAPBase_UI/res/wxEAP_UI.fbp +++ b/lib/EAPBase_UI/res/wxEAP_UI.fbp @@ -2384,7 +2384,7 @@ wxID_ANY - Client Credentials + User Password m_sb_credentials wxVERTICAL diff --git a/lib/TLS_UI/res/wxTLS_UI.cpp b/lib/TLS_UI/res/wxTLS_UI.cpp index d9f8cde..d91072a 100644 --- a/lib/TLS_UI/res/wxTLS_UI.cpp +++ b/lib/TLS_UI/res/wxTLS_UI.cpp @@ -116,7 +116,7 @@ wxTLSServerTrustPanelBase::~wxTLSServerTrustPanelBase() wxTLSCredentialsPanelBase::wxTLSCredentialsPanelBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxEAPCredentialsPanelBase( parent, id, pos, size, style ) { - m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("TLS Client Certificate") ), wxVERTICAL ); + m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("User Certificate") ), wxVERTICAL ); wxBoxSizer* sb_credentials_horiz; sb_credentials_horiz = new wxBoxSizer( wxHORIZONTAL ); @@ -126,7 +126,7 @@ wxTLSCredentialsPanelBase::wxTLSCredentialsPanelBase( wxWindow* parent, wxWindow m_sb_credentials_vert = new wxBoxSizer( wxVERTICAL ); - m_certificate_label = new wxStaticText( m_sb_credentials->GetStaticBox(), wxID_ANY, _("Please select your client &certificate to use for authentication."), wxDefaultPosition, wxDefaultSize, 0 ); + m_certificate_label = new wxStaticText( m_sb_credentials->GetStaticBox(), wxID_ANY, _("Please select your &certificate to use for authentication."), wxDefaultPosition, wxDefaultSize, 0 ); m_certificate_label->Wrap( 440 ); m_sb_credentials_vert->Add( m_certificate_label, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 ); diff --git a/lib/TLS_UI/res/wxTLS_UI.fbp b/lib/TLS_UI/res/wxTLS_UI.fbp index eebdb24..76a223e 100644 --- a/lib/TLS_UI/res/wxTLS_UI.fbp +++ b/lib/TLS_UI/res/wxTLS_UI.fbp @@ -1053,7 +1053,7 @@ OnUpdateUI wxID_ANY - TLS Client Certificate + User Certificate m_sb_credentials wxVERTICAL @@ -1190,7 +1190,7 @@ 0 0 wxID_ANY - Please select your client &certificate to use for authentication. + Please select your &certificate to use for authentication. 0