From 4f736d840651e94cb363d7032a46f81f6ed4fd12 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 20 Sep 2016 11:14:31 +0200 Subject: [PATCH] GUI text changed --- EAPMethods/locale/EAPMethods.pot | 8 ++++++-- lib/TLS_UI/res/wxTLS_UI.cpp | 2 +- lib/TLS_UI/res/wxTLS_UI.fbp | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/EAPMethods/locale/EAPMethods.pot b/EAPMethods/locale/EAPMethods.pot index f154e33..178c87a 100644 --- a/EAPMethods/locale/EAPMethods.pot +++ b/EAPMethods/locale/EAPMethods.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: EAPMethods\n" -"POT-Creation-Date: 2016-09-19 10:58+0200\n" +"POT-Creation-Date: 2016-09-20 11:05+0200\n" "PO-Revision-Date: 2016-06-02 12:27+0200\n" "Last-Translator: Simon Rozman \n" "Language-Team: Amebis, d. o. o., Kamnik \n" @@ -286,7 +286,7 @@ msgid "Acceptable Certificate Authorities:" msgstr "" #: lib/TLS_UI/res/wxTLS_UI.cpp:40 -msgid "List of certificate authorities server's certificate must be issued by" +msgid "Server's certificate must be issued by one of certificate authorities listed here" msgstr "" #: lib/TLS_UI/res/wxTLS_UI.cpp:47 @@ -518,17 +518,21 @@ msgid "EAP Connection Configuration" msgstr "" #: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4 +#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:4 msgid "EAP Methods" msgstr "" #: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:4 +#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:4 msgid "Modules to support individual EAP methods" msgstr "" #: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5 +#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:5 msgid "TTLS" msgstr "" #: EAPMethods/MSIBuild/en_US.Win32.Release.Feature-2.idtx:5 +#: EAPMethods/MSIBuild/en_US.x64.Release.Feature-2.idtx:5 msgid "Tunneled Transport Layer Security" msgstr "" diff --git a/lib/TLS_UI/res/wxTLS_UI.cpp b/lib/TLS_UI/res/wxTLS_UI.cpp index 0147793..a4d1d54 100644 --- a/lib/TLS_UI/res/wxTLS_UI.cpp +++ b/lib/TLS_UI/res/wxTLS_UI.cpp @@ -37,7 +37,7 @@ wxEAPTLSServerTrustConfigPanelBase::wxEAPTLSServerTrustConfigPanelBase( wxWindow sb_root_ca->Add( m_root_ca_lbl, 0, wxEXPAND|wxBOTTOM, 5 ); m_root_ca = new wxListBox( sb_server_trust->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_SORT ); - m_root_ca->SetToolTip( _("List of certificate authorities server's certificate must be issued by") ); + m_root_ca->SetToolTip( _("Server's certificate must be issued by one of certificate authorities listed here") ); sb_root_ca->Add( m_root_ca, 1, wxEXPAND|wxBOTTOM, 5 ); diff --git a/lib/TLS_UI/res/wxTLS_UI.fbp b/lib/TLS_UI/res/wxTLS_UI.fbp index 70b72ba..c34b839 100644 --- a/lib/TLS_UI/res/wxTLS_UI.fbp +++ b/lib/TLS_UI/res/wxTLS_UI.fbp @@ -413,7 +413,7 @@ wxLB_SORT 0 - List of certificate authorities server's certificate must be issued by + Server's certificate must be issued by one of certificate authorities listed here wxFILTER_NONE wxDefaultValidator