krb5 commit [krb5-1.10]: Replace NIM with "MIT Kerberos" in installer text

Tom Yu tlyu at MIT.EDU
Wed Aug 29 19:17:41 EDT 2012


https://github.com/krb5/krb5/commit/46b8fdbda6c983b67e256420e5c009d960e87aba
commit 46b8fdbda6c983b67e256420e5c009d960e87aba
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Date:   Fri Aug 17 12:15:53 2012 -0400

    Replace NIM with "MIT Kerberos" in installer text
    
    Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
    
    (cherry picked from commit 7b3773358f2876d0f36ef2659824d6accc93c82c)
    
    ticket: 7338
    status: resolved

 src/windows/installer/wix/lang/ui_1033.wxi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/windows/installer/wix/lang/ui_1033.wxi b/src/windows/installer/wix/lang/ui_1033.wxi
index 152c4f2..cdebec7 100644
--- a/src/windows/installer/wix/lang/ui_1033.wxi
+++ b/src/windows/installer/wix/lang/ui_1033.wxi
@@ -723,11 +723,11 @@
       <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" >
@@ -751,7 +751,7 @@
         <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>


More information about the cvs-krb5 mailing list