krb5 commit: Replace NIM with "MIT Kerberos" in installer text
Benjamin Kaduk
kaduk at MIT.EDU
Wed Aug 29 16:35:00 EDT 2012
https://github.com/krb5/krb5/commit/7b3773358f2876d0f36ef2659824d6accc93c82c
commit 7b3773358f2876d0f36ef2659824d6accc93c82c
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>
ticket: 7338 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
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