Rename Installation Fields

To make it clear what they mean and require
This commit is contained in:
EzioTheDeadPoet 2022-11-14 18:12:18 +01:00
parent 570bb9b06c
commit 767dcb0290
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version - 3.0.4.1 - TBD
* Improved naming of installation fields to clear up some confusion.
#### Version - 3.0.4.0 - 11/12/2022
* Upgrade GameFinder to 2.2.1
* Update to .NET 7.0 (no user updates required)

View File

@ -24,7 +24,7 @@
HorizontalAlignment="Right"
VerticalAlignment="Center"
FontSize="14"
Text="Installation Location"
Text="Modlist Installation Location"
TextAlignment="Center" />
<local:FilePicker Grid.Row="0" Grid.Column="2"
Height="30"
@ -35,7 +35,7 @@
HorizontalAlignment="Right"
VerticalAlignment="Center"
FontSize="14"
Text="Download Location"
Text="Resource Download Location"
TextAlignment="Center" />
<local:FilePicker Grid.Row="1" Grid.Column="2"
Height="30"