Skip to content

Commit 6222dd1

Browse files
committed
ToolTip Description: 'external' for Paths
1 parent 3c1d658 commit 6222dd1

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
@@ -658,7 +658,7 @@ function Show-WAUSettingsGUI {
658658
<TextBox x:Name="ListPathTextBox" Width="372" Height="25" VerticalContentAlignment="Center">
659659
<TextBox.ToolTip>
660660
<TextBlock>
661-
Path for list files. Can be URL, UNC path, local path or 'GPO'. If set to 'GPO', ensure you also configure the list/lists in GPO!
661+
Path for external list files. Can be URL, UNC path, local path or 'GPO'. If set to 'GPO', ensure you also configure the list/lists in GPO!
662662
</TextBlock>
663663
</TextBox.ToolTip>
664664
</TextBox>
@@ -668,7 +668,7 @@ function Show-WAUSettingsGUI {
668668
<TextBox x:Name="ModsPathTextBox" Width="372" Height="25" VerticalContentAlignment="Center">
669669
<TextBox.ToolTip>
670670
<TextBlock>
671-
Path for mods files. Can be URL, UNC path, local path or 'AzureBlob'. If set to 'AzureBlob', ensure you also configure 'Azure Blob SAS URL' below!
671+
Path for external mods files. Can be URL, UNC path, local path or 'AzureBlob'. If set to 'AzureBlob', ensure you also configure 'Azure Blob SAS URL' below!
672672
</TextBlock>
673673
</TextBox.ToolTip>
674674
</TextBox>

0 commit comments

Comments
 (0)