Merge pull request #729 from a-mnich/installer-typo
fix `Success only` typo in installerpull/730/head v1.22.3-n
commit
0c9b8e7f3d
|
@ -187,7 +187,7 @@
|
||||||
<Control Id="NotifLevelComboBox" Type="ComboBox" X="98" Y="58" Width="70" Height="16" Property="NOTIFICATIONLEVEL_VALUE" ComboList="yes" Sorted="yes">
|
<Control Id="NotifLevelComboBox" Type="ComboBox" X="98" Y="58" Width="70" Height="16" Property="NOTIFICATIONLEVEL_VALUE" ComboList="yes" Sorted="yes">
|
||||||
<ComboBox Property="NOTIFICATIONLEVEL_VALUE">
|
<ComboBox Property="NOTIFICATIONLEVEL_VALUE">
|
||||||
<ListItem Value="Full" Text="Full" />
|
<ListItem Value="Full" Text="Full" />
|
||||||
<ListItem Value="SuccessOnly" Text="Succes only" />
|
<ListItem Value="SuccessOnly" Text="Success only" />
|
||||||
<ListItem Value="None" Text="None" />
|
<ListItem Value="None" Text="None" />
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
</Control>
|
</Control>
|
||||||
|
|
Loading…
Reference in New Issue