diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index fb32886..36742f1 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1318,6 +1318,15 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Special Thanks. + /// + public static string Menu_About_Contributors_SpecialThanks { + get { + return ResourceManager.GetString("Menu.About.Contributors.SpecialThanks", resourceCulture); + } + } + /// /// Looks up a localized string similar to Translations. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 46e3b04..5e777c4 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -543,6 +543,9 @@ Would you like to upgrade your currently installed version? Feature Ideas + + Special Thanks + Translations diff --git a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml index 7e7f848..92844e7 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml @@ -80,11 +80,12 @@ + - + @@ -92,6 +93,7 @@ + @@ -100,20 +102,33 @@ + + + - + + + + + + + + + + + diff --git a/README.md b/README.md index f0da63f..5f50aad 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,4 @@ All the available features are browsable through the Bloxstrap menu. -

- -## Special thanks -* [@MaximumADHD](https://github.com/MaximumADHD) - Initially inspiring the idea for Bloxstrap with [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager). -* [Multako](https://www.roblox.com/users/2485612194/profile) - Designing the Bloxstrap logo. -* [@1011025m](https://github.com/1011025m) - Providing a method for disabling the Roblox desktop app. -* taskmanager ([@Mantaraix](https://github.com/Mantaraix)) - Helping with designing the new menu look and layout. -* [@Extravi](https://github.com/Extravi) - Allowing their presets to be bundled with Bloxstrap, and helping with improving UX. -* [@axstin](https://github.com/axstin) - Making [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker), which was used for Bloxstrap's FPS unlocking up until v2.2.0. +

\ No newline at end of file