From f8daf53dfdf5ce773832d9720e8c9bc7358e41a4 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 9 Jun 2024 09:58:07 +0100 Subject: [PATCH] Flag editor: fix bad localization string --- Bloxstrap/Resources/Strings.Designer.cs | 3 ++- Bloxstrap/Resources/Strings.resx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 8680873..9e7df7f 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1844,7 +1844,8 @@ namespace Bloxstrap.Resources { /// /// Looks up a localized string similar to Some of the flags you are attempting to import already have set values. Would you like to overwrite their current values with the ones defined in the import? /// - ///. + ///There are {0} conflicting flag definitions: + ///{1}. /// public static string Menu_FastFlagEditor_ConflictingImport { get { diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 98c90fe..6604f62 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -721,7 +721,8 @@ Would you like to upgrade your currently installed version? Some of the flags you are attempting to import already have set values. Would you like to overwrite their current values with the ones defined in the import? - +There are {0} conflicting flag definitions: +{1} Delete selected