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