Browse Source

Add missing resource string

pull/2542/head v7.2-preview2
Siegfried Pammer 4 years ago
parent
commit
d69137a91a
  1. 9
      ILSpy/Properties/Resources.Designer.cs
  2. 3
      ILSpy/Properties/Resources.resx

9
ILSpy/Properties/Resources.Designer.cs generated

@ -1109,6 +1109,15 @@ namespace ICSharpCode.ILSpy.Properties {
} }
} }
/// <summary>
/// Looks up a localized string similar to Use pattern matching expressions.
/// </summary>
public static string DecompilerSettings_PatternMatching {
get {
return ResourceManager.GetString("DecompilerSettings.PatternMatching", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Ranges. /// Looks up a localized string similar to Ranges.
/// </summary> /// </summary>

3
ILSpy/Properties/Resources.resx

@ -393,6 +393,9 @@ Are you sure you want to continue?</value>
<data name="DecompilerSettings.Other" xml:space="preserve"> <data name="DecompilerSettings.Other" xml:space="preserve">
<value>Other</value> <value>Other</value>
</data> </data>
<data name="DecompilerSettings.PatternMatching" xml:space="preserve">
<value>Use pattern matching expressions</value>
</data>
<data name="DecompilerSettings.Ranges" xml:space="preserve"> <data name="DecompilerSettings.Ranges" xml:space="preserve">
<value>Ranges</value> <value>Ranges</value>
</data> </data>

Loading…
Cancel
Save