diff --git a/MPF/Windows/DiscInformationWindow.xaml.cs b/MPF/Windows/DiscInformationWindow.xaml.cs index fa203d93..48fd743a 100644 --- a/MPF/Windows/DiscInformationWindow.xaml.cs +++ b/MPF/Windows/DiscInformationWindow.xaml.cs @@ -166,9 +166,9 @@ namespace MPF.Windows L0AdditionalMould.Label = "Additional Mould"; L1Info.Header = "Label Side"; - L1MasteringRing.Visibility = Visibility.Collapsed; - L1MasteringSID.Visibility = Visibility.Collapsed; - L1Toolstamp.Visibility = Visibility.Collapsed; + L1MasteringRing.Label = "Mastering Ring"; + L1MasteringSID.Label = "Mastering SID"; + L1Toolstamp.Label = "Toolstamp/Mastering Code"; L1MouldSID.Label = "Mould SID"; L1AdditionalMould.Label = "Additional Mould"; }