[java-identity-provider] 10/16: IDP-1174 - IdP V3 Installation on Windows GUI
Scott Cantor
cantor.2 at osu.edu
Tue Sep 26 12:41:20 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bf58f6a14b60cab56d3cc080529da92affe937a7
commit bf58f6a14b60cab56d3cc080529da92affe937a7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 18 21:26:35 2017 -0400
IDP-1174 - IdP V3 Installation on Windows GUI
https://issues.shibboleth.net/jira/browse/IDP-1174
---
idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
index 69fd174..c4265e3 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
@@ -59,10 +59,10 @@
<Control Id="ConfigureAD" Type="CheckBox" X="185" Y="128" Height="20" Width="150" Property="CONFIGURE_AD" CheckBoxValue="TRUE" Text="Configure for &Active Directory" />
- <Control Id="DescriptionLine4" Type="Text" X="25" Y="158" Height="36" Width="150" Text="Chose the DNS name for this IdP. It will be used to generate the EntityID, Certificates and Metadata" />
+ <Control Id="DescriptionLine4" Type="Text" X="25" Y="158" Height="36" Width="150" Text="Choose the DNS name for this IdP. It will be used to generate the EntityID, Certificates and Metadata" />
<Control Id="DnsName" Type="Edit" X="185" Y="160" Height="17" Width="150" Property="DNSNAME" Text="[DNSNAME]" />
- <Control Id="DescriptionLine5" Type="Text" X="25" Y="200" Height="20" Width="150" Text="Chose the scope that this IdP will assert. " />
+ <Control Id="DescriptionLine5" Type="Text" X="25" Y="200" Height="20" Width="150" Text="Choose the scope that this IdP will assert. " />
<Control Id="IdpScope" Type="Edit" X="185" Y="200" Height="17" Width="150" Property="IDP_SCOPE" Text="[IDP_SCOPE]" />
<!-- Stuff at the bottom: line, Back,Next, [space] Cancel -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list