Skip to content

Commit 79db2b3

Browse files
committed
Text changes
1 parent af8edb7 commit 79db2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Winget-AutoUpdate/WAU-Settings-GUI.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function Show-WAUSettingsGUI {
402402
<ComboBoxItem Content="Success Only" Tag="SuccessOnly"/>
403403
<ComboBoxItem Content="None" Tag="None"/>
404404
</ComboBox>
405-
<TextBlock Text="Controls when notifications are shown"
405+
<TextBlock Text="Controls level of notifications"
406406
FontSize="10" Foreground="Gray" Margin="0,5,0,0"
407407
TextWrapping="Wrap"/>
408408
</StackPanel>
@@ -514,8 +514,8 @@ function Show-WAUSettingsGUI {
514514
</Grid>
515515
</GroupBox>
516516
517-
<!-- Log file options -->
518-
<GroupBox Grid.Row="6" Header="Log file options" Margin="0,0,0,10">
517+
<!-- Log files management -->
518+
<GroupBox Grid.Row="6" Header="Log files management" Margin="0,0,0,10">
519519
<Grid Margin="10">
520520
<Grid.ColumnDefinitions>
521521
<ColumnDefinition Width="*" />

0 commit comments

Comments
 (0)