Skip to content

Commit

Permalink
Change Steam Paths to Game Paths on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Jan 12, 2016
1 parent 8a56cbe commit 3510bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SteamCleaner/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ColumnDefinition Width="1*" />
</Grid.ColumnDefinitions>

<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}">Steam Paths:</TextBlock>
<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}">Game Paths:</TextBlock>
<materialDesign:ColorZone Mode="PrimaryLight" Grid.Row="1" CornerRadius="4" HorizontalAlignment="Left" Margin="0 8 32 0"
materialDesign:ShadowAssist.ShadowDepth="Depth1">
<ListBox ItemsSource="{Binding Paths}" />
Expand Down

0 comments on commit 3510bdc

Please sign in to comment.