Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit 1ccfb58

Browse files
committed
Credential prompt panel labels edited
1 parent 6ed3b67 commit 1ccfb58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/EAPBase_UI/res/wxEAP_UI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ wxEAPCredentialsConfigPanelBase::~wxEAPCredentialsConfigPanelBase()
333333

334334
wxPasswordCredentialsPanelBase::wxPasswordCredentialsPanelBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxEAPCredentialsPanelBase( parent, id, pos, size, style )
335335
{
336-
m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Client Credentials") ), wxVERTICAL );
336+
m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("User Password") ), wxVERTICAL );
337337

338338
wxBoxSizer* sb_credentials_horiz;
339339
sb_credentials_horiz = new wxBoxSizer( wxHORIZONTAL );

lib/EAPBase_UI/res/wxEAP_UI.fbp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@
23842384
<event name="OnUpdateUI"></event>
23852385
<object class="wxStaticBoxSizer" expanded="1">
23862386
<property name="id">wxID_ANY</property>
2387-
<property name="label">Client Credentials</property>
2387+
<property name="label">User Password</property>
23882388
<property name="minimum_size"></property>
23892389
<property name="name">m_sb_credentials</property>
23902390
<property name="orient">wxVERTICAL</property>

lib/TLS_UI/res/wxTLS_UI.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ wxTLSServerTrustPanelBase::~wxTLSServerTrustPanelBase()
116116

117117
wxTLSCredentialsPanelBase::wxTLSCredentialsPanelBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxEAPCredentialsPanelBase( parent, id, pos, size, style )
118118
{
119-
m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("TLS Client Certificate") ), wxVERTICAL );
119+
m_sb_credentials = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("User Certificate") ), wxVERTICAL );
120120

121121
wxBoxSizer* sb_credentials_horiz;
122122
sb_credentials_horiz = new wxBoxSizer( wxHORIZONTAL );
@@ -126,7 +126,7 @@ wxTLSCredentialsPanelBase::wxTLSCredentialsPanelBase( wxWindow* parent, wxWindow
126126

127127
m_sb_credentials_vert = new wxBoxSizer( wxVERTICAL );
128128

129-
m_certificate_label = new wxStaticText( m_sb_credentials->GetStaticBox(), wxID_ANY, _("Please select your client &certificate to use for authentication."), wxDefaultPosition, wxDefaultSize, 0 );
129+
m_certificate_label = new wxStaticText( m_sb_credentials->GetStaticBox(), wxID_ANY, _("Please select your &certificate to use for authentication."), wxDefaultPosition, wxDefaultSize, 0 );
130130
m_certificate_label->Wrap( 440 );
131131
m_sb_credentials_vert->Add( m_certificate_label, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
132132

lib/TLS_UI/res/wxTLS_UI.fbp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@
10531053
<event name="OnUpdateUI">OnUpdateUI</event>
10541054
<object class="wxStaticBoxSizer" expanded="1">
10551055
<property name="id">wxID_ANY</property>
1056-
<property name="label">TLS Client Certificate</property>
1056+
<property name="label">User Certificate</property>
10571057
<property name="minimum_size"></property>
10581058
<property name="name">m_sb_credentials</property>
10591059
<property name="orient">wxVERTICAL</property>
@@ -1190,7 +1190,7 @@
11901190
<property name="gripper">0</property>
11911191
<property name="hidden">0</property>
11921192
<property name="id">wxID_ANY</property>
1193-
<property name="label">Please select your client &amp;certificate to use for authentication.</property>
1193+
<property name="label">Please select your &amp;certificate to use for authentication.</property>
11941194
<property name="max_size"></property>
11951195
<property name="maximize_button">0</property>
11961196
<property name="maximum_size"></property>

0 commit comments

Comments
 (0)