diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 913623f..fb32886 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1372,6 +1372,24 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to BSD 2-Clause License. + /// + public static string Menu_About_Licenses_BSD2 { + get { + return ResourceManager.GetString("Menu.About.Licenses.BSD2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MIT License. + /// + public static string Menu_About_Licenses_MIT { + get { + return ResourceManager.GetString("Menu.About.Licenses.MIT", resourceCulture); + } + } + /// /// Looks up a localized string similar to Report an issue. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index ca59bdf..46e3b04 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -561,6 +561,12 @@ Would you like to upgrade your currently installed version? Licenses + + BSD 2-Clause License + + + MIT License + Report an issue diff --git a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml index bf593b1..7e7f848 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml @@ -131,44 +131,44 @@ - - + + - - + + - - + + - - + + - + - - + + - + - - + + - + - - + +