From f9c5e3f69ff23bfd6ee4fa591d09bf89987cd4d2 Mon Sep 17 00:00:00 2001 From: Zachary Canann Date: Sat, 19 Mar 2022 04:17:28 -0700 Subject: [PATCH] Fix title name --- Twilight/View/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twilight/View/MainWindow.xaml b/Twilight/View/MainWindow.xaml index 5f3c617..12c9018 100644 --- a/Twilight/View/MainWindow.xaml +++ b/Twilight/View/MainWindow.xaml @@ -93,7 +93,7 @@ Grid.Column="2" VerticalAlignment="Center" Foreground="{StaticResource TwilightColorWhite}" - Text="Twilight" /> + Text="Twilight Princess Visualization Tools" />