Skip to content

Commit

Permalink
Fix typo in lod switcher description text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Apr 29, 2021
1 parent 59c37b6 commit 252cc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ALOTInstallerWPF/Flyouts/LODSwitcherFlyout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Margin="0,0,0,10"
Visibility="{Binding ShowMoreInfo, Converter={StaticResource BoolToVisibilityConverter}}"
TextAlignment="Center"
Text="The 2K and 4K options are the size of the texture and NOT related at all to the size of your screen.The 2K option provides an improvement to texture quality (if a high resolution texture mod is installed) over the vanilla settings, and uses less memory, which can improve game stability as all games are limited to 3.5GB of memory. The 4K option is the default and will provide the best looking textures when paired with a high quality texture mod such as ALOT."
Text="The 2K and 4K options are the size of the texture and NOT related at all to the size of your screen. The 2K option provides an improvement to texture quality (if a high resolution texture mod is installed) over the vanilla settings, and uses less memory, which can improve game stability as all games are limited to 3.5GB of memory. The 4K option is the default and will provide the best looking textures when paired with a high quality texture mod such as ALOT."
TextWrapping="Wrap" MaxWidth="700"/>
<DockPanel DockPanel.Dock="Bottom" Height="130" Margin="0,10" VerticalAlignment="Center" HorizontalAlignment="Center" Visibility="{Binding LODGames.Any, Converter={StaticResource BoolToVisibilityConverter}, ConverterParameter='Not'}">
<mah:ProgressRing HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White"/>
Expand Down

0 comments on commit 252cc54

Please sign in to comment.