Skip to content

Commit e4319eb

Browse files
committed
* Fixed a typo
1 parent 844f521 commit e4319eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemPlus/Views/Windows/SettingsWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</Grid.RowDefinitions>
4242

4343
<CheckBox Grid.Row="0" x:Name="ChbAutoUpdate" Content="Automatic updates" Margin="3" />
44-
<CheckBox Grid.Row="1" x:Name="ChbAutoStart" Content="Automatic start MemPlus when Windows starts" Margin="3" />
44+
<CheckBox Grid.Row="1" x:Name="ChbAutoStart" Content="Start MemPlus when Windows starts" Margin="3" />
4545
<CheckBox Grid.Row="2" x:Name="ChbStartHidden" Content="Hide MemPlus on startup" Margin="3" />
4646
<CheckBox Grid.Row="3" x:Name="ChbStartMinimized" Content="Start MemPlus minimized" Margin="3" />
4747
<CheckBox Grid.Row="4" x:Name="ChbTopmost" Content="Topmost" Margin="3" />

0 commit comments

Comments
 (0)