From 42725102eecb406c308185606fd6133838121a45 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 19 Jun 2024 20:49:24 +0100 Subject: [PATCH] Fix missing i18n in FFlag add dialog --- Bloxstrap/Resources/Strings.Designer.cs | 9 +++++++++ Bloxstrap/Resources/Strings.resx | 3 +++ Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index d8d9154..f1678ec 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -305,6 +305,15 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Add single. + /// + public static string Common_AddSingle { + get { + return ResourceManager.GetString("Common.AddSingle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Browse. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 1e06c17..98f6f79 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -202,6 +202,9 @@ Your ReShade configuration files will still be saved, and you can locate them by Roblox requires the use of Windows Media Foundation components. You appear to be missing them, likely because you are using an N edition of Windows. Please install them first, and then launch Roblox. + + Add single + Browse diff --git a/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml b/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml index e7f2a0f..4b1ad3e 100644 --- a/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml +++ b/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml @@ -30,7 +30,7 @@ - +