From 991c0574a77a2a269bfd5ed2b76889304ce3ece2 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:12:37 +0100 Subject: [PATCH] add in translation string --- Bloxstrap/App.xaml.cs | 2 +- Bloxstrap/Resources/Strings.Designer.cs | 9 +++++++++ Bloxstrap/Resources/Strings.resx | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index b3ca337..70ee662 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -141,7 +141,7 @@ namespace Bloxstrap // disallow running as administrator except for uninstallation if (Utilities.IsAdministrator && !LaunchSettings.IsUninstall) { - Frontend.ShowMessageBox("Bloxstrap does not support running in administrator mode. Relaunch or reinstall Bloxstrap with lower privileges.", MessageBoxImage.Error); + Frontend.ShowMessageBox(Bloxstrap.Resources.Strings.Bootstrapper_RanInAdminMode, MessageBoxImage.Error); Terminate(ErrorCode.ERROR_INVALID_FUNCTION); return; } diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 194e71a..408db21 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -153,6 +153,15 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Bloxstrap does not support running in administrator mode. Relaunch or reinstall Bloxstrap with lower privileges.. + /// + public static string Bootstrapper_RanInAdminMode { + get { + return ResourceManager.GetString("Bootstrapper.RanInAdminMode", resourceCulture); + } + } + /// /// Looks up a localized string similar to Applying Roblox modifications.... /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 39e5524..6e07e83 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -150,6 +150,9 @@ Your ReShade configuration files will still be saved, and you can locate them by Bloxstrap does not have enough disk space to download and install Roblox. Please free up some disk space and try again. + + Bloxstrap does not support running in administrator mode. Relaunch or reinstall Bloxstrap with lower privileges. + Applying Roblox modifications...