[cpp-sp] branch master updated: Change plural to singlular in IIS prompt.

Scott Cantor cantor.2 at osu.edu
Fri Jul 6 20:18:41 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=fb3149d6e2d18e5aa1940e7d357f11dcb7936b0c

The following commit(s) were added to refs/heads/master by this push:
       new  fb3149d   Change plural to singlular in IIS prompt.
fb3149d is described below

commit fb3149d6e2d18e5aa1940e7d357f11dcb7936b0c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 6 20:18:31 2018 -0400

    Change plural to singlular in IIS prompt.
---
 msi/WiX/ShibbolethSP-install-dlg.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msi/WiX/ShibbolethSP-install-dlg.wxs b/msi/WiX/ShibbolethSP-install-dlg.wxs
index aec01fb..50198df 100644
--- a/msi/WiX/ShibbolethSP-install-dlg.wxs
+++ b/msi/WiX/ShibbolethSP-install-dlg.wxs
@@ -53,7 +53,7 @@
         <Control Id="InstallShibd" Type="Text" X="25" Y="142" Height="17" Width="195" Text="The Shibboleth Daemon will be installed as a service." />
 
         <!-- IIS7 Plugin -->
-        <Control Id="InstallIIS7" Type="CheckBox" X="225" Y="140" Height="17" Width="120" Property="INSTALL_IIS7_PLUGIN" CheckBoxValue="TRUE" Text="Configure IIS7 modules">
+        <Control Id="InstallIIS7" Type="CheckBox" X="225" Y="140" Height="17" Width="120" Property="INSTALL_IIS7_PLUGIN" CheckBoxValue="TRUE" Text="Configure IIS7 module">
           <Condition Action="show">IISMAJORVERSION AND (IISMAJORVERSION <> "#6")</Condition>
           <Condition Action="hide">NOT IISMAJORVERSION OR (IISMAJORVERSION = "#6")</Condition>
         </Control>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list