Skip to content

Commit cf77bdd

Browse files
Merge pull request #8 from MattEqualsCoder/1.0.5
Fixing track list hint text
2 parents 00b7b97 + d129321 commit cf77bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSUScripter/Controls/MsuBasicInfoPanel.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
HorizontalContentAlignment="Stretch"
5959
></ComboBox>
6060
</controls:LabeledControl>
61-
<controls:LabeledControl Text="Create Track List:" Hint="Create a track list text file" DisplayHint="True">
61+
<controls:LabeledControl Text="Track List Format:" Hint='Create a text file with the track details in either a list with the format "%album% - %song% (%artist%)" or in a table view' DisplayHint="True">
6262
<ComboBox
6363
Name="WriteTrackListComboBox"
6464
SelectedItem="{Binding TrackList}"

0 commit comments

Comments
 (0)