]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Replace NIM with "MIT Kerberos" in installer text
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Fri, 17 Aug 2012 16:15:53 +0000 (12:15 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 29 Aug 2012 23:17:17 +0000 (19:17 -0400)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit 7b3773358f2876d0f36ef2659824d6accc93c82c)

ticket: 7338
status: resolved

src/windows/installer/wix/lang/ui_1033.wxi

index 152c4f283ab0ecdacefe251d4451adb99f48fa84..cdebec77b64d27c25bc29cdf0b1b86e4c655a4b0 100644 (file)
       <Dialog Id="KerberosOptions" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
 
                <Control Id="txtLeash" Type="Text" X="25" Y="55" Width="280" Height="30">
-                       <Text>The Network Identity Manager may be installed with the following optional functionality.  Please check those items that you wish to activate.</Text>
+                       <Text>MIT Kerberos may be installed with the following optional functionality.  Please check those items that you wish to activate.</Text>
                </Control>
 
         <Control Id="koAutoStartText" Type="CheckBox" X="25" Y="95" Width="280" Height="30" CheckBoxValue="1" Property="LEASHAUTOSTART" >
-                       <Text>Autostart the Network Identity Manager each time you login to Windows</Text>
+                       <Text>Autostart MIT Kerberos each time you login to Windows</Text>
         </Control>
         
         <Control Id="koAutoInitText" Type="CheckBox" X="25" Y="130" Width="280" Height="30" CheckBoxValue="-autoinit" Property="LEASHAUTOINIT" >
         <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="374" Height="0" />
         <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="374" Height="0" />
         <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
-          <Text>Network Identity Manager startup options</Text>
+          <Text>MIT Kerberos startup options</Text>
         </Control>
         <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
           <Text>[DlgTitleFont]Kerberos Options</Text>