mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -07:00
Flag editor: fix bad localization string
This commit is contained in:
parent
b4ceaa8289
commit
f8daf53dfd
3
Bloxstrap/Resources/Strings.Designer.cs
generated
3
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user