diff options
| -rw-r--r-- | src/windows/installer/wix/lang/ui_1033.wxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/installer/wix/lang/ui_1033.wxi b/src/windows/installer/wix/lang/ui_1033.wxi index cdebec77b..381f6d629 100644 --- a/src/windows/installer/wix/lang/ui_1033.wxi +++ b/src/windows/installer/wix/lang/ui_1033.wxi @@ -731,7 +731,7 @@ </Control> <Control Id="koAutoInitText" Type="CheckBox" X="25" Y="130" Width="280" Height="30" CheckBoxValue="-autoinit" Property="LEASHAUTOINIT" > - <Text>Ensure that the Kerberos tickets are available throughout the Windows login session</Text> + <Text>Get tickets (if there are no existing tickets) when MIT Kerberos is started</Text> </Control> <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]"> |
