Tweak labels in dialog box
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 7 Jun 2012 21:44:01 +0000 (21:44 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 7 Jun 2012 21:44:01 +0000 (21:44 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3700 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/WiX/ShibbolethSP-install-dlg.wxs

index f83a4c0..238a24a 100644 (file)
         <!-- Service? -->\r
         <Control Id='InstallShibd' Type='CheckBox' X='25' Y='146' Height='17' Width='160' \r
                  Property='INSTALL_SHIBD_SERVICE' CheckBoxValue='TRUE' \r
-                 Text='Install Shibd daemon' />\r
+                 Text='Install shibd as Service' />\r
 \r
         <!-- 32 Bits? -->\r
         <Control Id='Install32Bit' Type='CheckBox' X='185' Y='146' Height='17' Width='160'\r
                  Property='INSTALL_32BIT' CheckBoxValue='TRUE' \r
-                 Text='32bit defaults'>\r
+                 Text='Run as 32-Bit'>\r
           <Condition Action='show'>IS64BITINSTALL = "TRUE"</Condition>\r
           <Condition Action='hide'>IS64BITINSTALL &lt;&gt; "TRUE"</Condition>\r
         </Control>\r
         <!-- ISAPI? -->\r
         <Control Id='InstallISAPI' Type='CheckBox' X='25' Y='175' Height='17' Width='160'\r
                  Property='INSTALL_ISAPI_FILTER' CheckBoxValue='TRUE' \r
-                 Text='Install ISAPI filter and configure IIS'>\r
+                 Text='Install ISAPI modules into IIS'>\r
           <Condition Action='show'>IISMAJORVERSION</Condition>\r
           <Condition Action='hide'>NOT IISMAJORVERSION</Condition>\r
         </Control>\r
         <Control Id='FileExtensionText' Type='Text' X='185' Y='178' Height='17' Width='96'\r
-                 Text='Shibboleth File Extension'>\r
+                 Text='IIS Script Extension'>\r
           <Condition Action='show'>IISMAJORVERSION</Condition>\r
           <Condition Action='hide'>NOT IISMAJORVERSION</Condition>\r
         </Control>\r