Skip to content

Commit

Permalink
#14 TR1/3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Jan 2, 2023
1 parent 841d481 commit 3907d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRRandoTracker/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void UpdatesMenuItem_Click(object sender, RoutedEventArgs e)
}
else
{
MessageWindow.ShowMessage("The current version of TR2 Rando Tracker is up to date.");
MessageWindow.ShowMessage("The current version of TR Rando Tracker is up to date.");
}
}
catch (Exception ex)
Expand Down

0 comments on commit 3907d1f

Please sign in to comment.