From d69137a91a6e6cd8e15c6f991dc1c1cf9f99d2db Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sun, 7 Nov 2021 23:55:12 +0100 Subject: [PATCH] Add missing resource string --- ILSpy/Properties/Resources.Designer.cs | 9 +++++++++ ILSpy/Properties/Resources.resx | 3 +++ 2 files changed, 12 insertions(+) diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs index 1fb3da6b4e..6901b35773 100644 --- a/ILSpy/Properties/Resources.Designer.cs +++ b/ILSpy/Properties/Resources.Designer.cs @@ -1109,6 +1109,15 @@ public static string DecompilerSettings_Other { } } + /// + /// Looks up a localized string similar to Use pattern matching expressions. + /// + public static string DecompilerSettings_PatternMatching { + get { + return ResourceManager.GetString("DecompilerSettings.PatternMatching", resourceCulture); + } + } + /// /// Looks up a localized string similar to Ranges. /// diff --git a/ILSpy/Properties/Resources.resx b/ILSpy/Properties/Resources.resx index 7e03f44e07..98f62371d4 100644 --- a/ILSpy/Properties/Resources.resx +++ b/ILSpy/Properties/Resources.resx @@ -393,6 +393,9 @@ Are you sure you want to continue? Other + + Use pattern matching expressions + Ranges