Merge pull request #729 from a-mnich/installer-typo

fix `Success only` typo in installer
pull/730/head v1.22.3-n
Romain 2024-10-05 14:54:21 +02:00 committed by GitHub
commit 0c9b8e7f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>