diff --git a/MarathonRandomiser/MainWindow.xaml.cs b/MarathonRandomiser/MainWindow.xaml.cs index 85ce0e6..f173cd3 100644 --- a/MarathonRandomiser/MainWindow.xaml.cs +++ b/MarathonRandomiser/MainWindow.xaml.cs @@ -64,7 +64,7 @@ public MainWindow() // If this is a debug build, set the seed to WPF Test for the sake of consistent testing and list the Temporary Directory path. #if DEBUG - TextBox_General_Seed.Text = "WPF Test"; + TextBox_General_Seed.Text = "Development Testing"; Debug.WriteLine($"Current temporary path is: {TemporaryDirectory}."); #endif