Flag editor: fix bad localization string

This commit is contained in:
pizzaboxer 2024-06-09 09:58:07 +01:00
parent b4ceaa8289
commit f8daf53dfd
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
2 changed files with 4 additions and 2 deletions

View File

@ -1844,7 +1844,8 @@ namespace Bloxstrap.Resources {
/// <summary>
/// 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}.
/// </summary>
public static string Menu_FastFlagEditor_ConflictingImport {
get {

View File

@ -721,7 +721,8 @@ Would you like to upgrade your currently installed version?</value>
<data name="Menu.FastFlagEditor.ConflictingImport" xml:space="preserve">
<value>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?
</value>
There are {0} conflicting flag definitions:
{1}</value>
</data>
<data name="Menu.FastFlagEditor.DeleteSelected" xml:space="preserve">
<value>Delete selected</value>