diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 8af4ce5..cf5e6a6 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -3096,7 +3096,7 @@ namespace Bloxstrap.Resources { } /// - /// Looks up a localized string similar to To use for your shortcuts, right-click it, open properties, change icon, browse, and pick from the Icons folder.. + /// Looks up a localized string similar to Allows you to use Bloxstrap's range of Roblox icons for your shortcuts. [See how.]({0}). /// public static string Menu_Shortcuts_ExtractIcons_Description { get { diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 938ec7c..4d9d54b 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -1181,7 +1181,7 @@ Please manually delete Bloxstrap.exe from the install location or try restarting Extract Roblox icons to folder - To use for your shortcuts, right-click it, open properties, change icon, browse, and pick from the Icons folder. + Allows you to use Bloxstrap's range of Roblox icons for your shortcuts. [See how.]({0}) Bloxstrap is unable to write to the Windows Registry. An antivirus is likely interfering and causing issues. Please check to make sure there isn't anything that would restrict Bloxstrap's operation. diff --git a/Bloxstrap/UI/Elements/Settings/Pages/ShortcutsPage.xaml b/Bloxstrap/UI/Elements/Settings/Pages/ShortcutsPage.xaml index 9d3f359..38241ae 100644 --- a/Bloxstrap/UI/Elements/Settings/Pages/ShortcutsPage.xaml +++ b/Bloxstrap/UI/Elements/Settings/Pages/ShortcutsPage.xaml @@ -19,7 +19,8 @@ diff --git a/Bloxstrap/UI/Frontend.cs b/Bloxstrap/UI/Frontend.cs index 108d455..dc40990 100644 --- a/Bloxstrap/UI/Frontend.cs +++ b/Bloxstrap/UI/Frontend.cs @@ -29,7 +29,7 @@ namespace Bloxstrap.UI ShowMessageBox($"{topLine}\n\n{Strings.Dialog_PlayerError_HelpInformation}", MessageBoxImage.Error); - // Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Roblox-crashes-or-does-not-launch"); + Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Roblox-crashes-or-does-not-launch"); } public static void ShowExceptionDialog(Exception exception)