Skip to content

Commit 5a0324b

Browse files
committed
Better ToolTip about shortcut
1 parent dde3826 commit 5a0324b

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
@@ -568,7 +568,7 @@ function Show-WAUSettingsGUI {
568568
<CheckBox Grid.Row="2" Grid.Column="0" x:Name="DesktopShortcutCheckBox" Content="Desktop shortcut" Margin="0,0,5,5"
569569
ToolTip="Create/delete WAU Desktop shortcut"/>
570570
<CheckBox Grid.Row="2" Grid.Column="1" x:Name="StartMenuShortcutCheckBox" Content="Start menu shortcuts" Margin="0,0,5,5"
571-
ToolTip="Create/delete Start menu shortcuts (WAU Settings will be created on Desktop!)"/>
571+
ToolTip="Create/delete Start menu shortcuts (WAU Settings will be created on Desktop if deleted!)"/>
572572
<CheckBox Grid.Row="2" Grid.Column="2" x:Name="AppInstallerShortcutCheckBox" Content="App Installer shortcut" Margin="0,0,5,5"
573573
ToolTip="Create/delete shortcut for the App Installer"/>
574574
<CheckBox Grid.Row="3" Grid.Column="0" x:Name="UseWhiteListCheckBox" Content="Use whitelist" Margin="0,0,5,0"

0 commit comments

Comments
 (0)