From 455fb8228a02e56a49221ec63c8b1158d1324ea9 Mon Sep 17 00:00:00 2001 From: bikerspade <161802532+bikerspade@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:02:15 -0600 Subject: [PATCH] Fix typo for L1Toolstamp!.Label (#828) --- MPF.UI/Windows/DiscInformationWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPF.UI/Windows/DiscInformationWindow.xaml.cs b/MPF.UI/Windows/DiscInformationWindow.xaml.cs index 9a3b01cc..ce879542 100644 --- a/MPF.UI/Windows/DiscInformationWindow.xaml.cs +++ b/MPF.UI/Windows/DiscInformationWindow.xaml.cs @@ -306,7 +306,7 @@ namespace MPF.UI.Windows L1Info!.Header = "Label Side"; L1MasteringRing!.Label = "Mastering Ring"; L1MasteringSID!.Label = "Mastering SID"; - L1Toolstamp!.Label = "Mastering SID"; + L1Toolstamp!.Label = "Toolstamp/Mastering Code"; L1MouldSID!.Label = "Mould SID"; L1AdditionalMould!.Label = "Additional Mould"; break;