Skip to content

Commit 1d810f1

Browse files
committed
'mods' instead of 'mods files' in ToolTip
1 parent 5602741 commit 1d810f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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!
671+
Path for external mods. 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)