[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 2 15:34:07 EST 2014


Author: scantor
Date: Tue Dec  2 15:34:07 2014
New Revision: 7033

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7033&view=rev
Log:
Fix some nits.

Modified:
    trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs

Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs?rev=7033&r1=7032&r2=7033&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs Tue Dec  2 15:34:07 2014
@@ -43,7 +43,7 @@
 	  
 
 	<Control Id="ADDescriptionLine1" Type="Text" X="25" Y="51" Height="18" Width="320"
-                 Text="Fill in details about your Active Director Install"/>
+                 Text="Fill in details about your Active Directory Install"/>
 
 	  
 	<Control Id="ADDescriptionLine2" Type="Text" X="25" Y="71" Height="18" Width="150"
@@ -56,7 +56,7 @@
                  Text="Use Global Catalog"/>
 
 	<Control Id="ADDescriptionLine3" Type="Text" X="25" Y="111" Height="18" Width="320"
-	         Text="In order to resolve attributes, the IdP needs a username/password for ActiveDirectory" />
+	         Text="In order to resolve attributes, the IdP needs a username/password for Active Directory" />
 	  
 	<Control Id="ADDescriptionLine4" Type="Text" X="25" Y="131" Height="18" Width="150"
 	         Text="Username (no domain)" />



More information about the commits mailing list