summaryrefslogtreecommitdiffstats
path: root/src/windows/installer
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-08-17 12:15:53 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-29 16:34:45 -0400
commit7b3773358f2876d0f36ef2659824d6accc93c82c (patch)
treedb10a25b1cc40cb132234aa0dcd393357e8a5b8c /src/windows/installer
parent79e5540860d077693e70b340db4d69d5e15107b7 (diff)
downloadkrb5-7b3773358f2876d0f36ef2659824d6accc93c82c.tar.gz
krb5-7b3773358f2876d0f36ef2659824d6accc93c82c.tar.xz
krb5-7b3773358f2876d0f36ef2659824d6accc93c82c.zip
Replace NIM with "MIT Kerberos" in installer text
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7338 (new) queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/windows/installer')
-rw-r--r--src/windows/installer/wix/lang/ui_1033.wxi6
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 152c4f283a..cdebec77b6 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>