Skip to content

Commit 5602741

Browse files
committed
'External' and 'dir only' in Definitions
1 parent 6222dd1 commit 5602741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ function Show-WAUSettingsGUI {
654654
<GroupBox Grid.Row="4" Header="List &amp; Mods Definitions" Margin="0,0,0,10">
655655
<StackPanel Margin="10,10,10,10">
656656
<StackPanel Orientation="Horizontal" Margin="0,0,0,5">
657-
<TextBlock Text="List Path (only folder):" Width="160" VerticalAlignment="Center"/>
657+
<TextBlock Text="External List Path (dir only):" Width="160" VerticalAlignment="Center"/>
658658
<TextBox x:Name="ListPathTextBox" Width="372" Height="25" VerticalContentAlignment="Center">
659659
<TextBox.ToolTip>
660660
<TextBlock>
@@ -664,7 +664,7 @@ function Show-WAUSettingsGUI {
664664
</TextBox>
665665
</StackPanel>
666666
<StackPanel Orientation="Horizontal" Margin="0,0,0,5">
667-
<TextBlock Text="Mods Path:" Width="160" VerticalAlignment="Center"/>
667+
<TextBlock Text="External Mods Path:" Width="160" VerticalAlignment="Center"/>
668668
<TextBox x:Name="ModsPathTextBox" Width="372" Height="25" VerticalContentAlignment="Center">
669669
<TextBox.ToolTip>
670670
<TextBlock>

0 commit comments

Comments
 (0)