diff --git a/src/System.Management.Automation/resources/CmdletizationCoreResources.resx b/src/System.Management.Automation/resources/CmdletizationCoreResources.resx
index 39755172f09..e3c92920dbc 100644
--- a/src/System.Management.Automation/resources/CmdletizationCoreResources.resx
+++ b/src/System.Management.Automation/resources/CmdletizationCoreResources.resx
@@ -124,8 +124,7 @@
Two cmdlet parameters defined within the {0} element have the same name: {1}. Resolve the conflict in the Cmdlet Definition XML and retry.
- {StrContains="CmdletParameterMetadata"} {StrContains="PSName"}
-{0} is a placeholder for a name of an XML element. Example: <GetCmdletParameters>
+ {0} is a placeholder for a name of an XML element. Example: <GetCmdletParameters>
{1} is a placeholder for a cmdlet parameter name. Example: Name
@@ -135,8 +134,7 @@
The {0} cmdlet defines the {1} parameter set more than once. Verify that the Cmdlet Definition XML does not have duplicate parameter set names and retry.
- {StrContains="CmdletParameterSet"}
-{0} is a placeholder for a cmdlet name. Example: 'Get-Win32Process'
+ {0} is a placeholder for a cmdlet name. Example: 'Get-Win32Process'
{1} is a placeholder for a parameter set name. Example: 'foo'
@@ -186,7 +184,7 @@
The value of the Name attribute is not a valid C# identifier: {0}. Verify the Name attribute in the Cmdlet Definition XML, and then try again.
- {StrContains="Enum"} {StrContains="Value"} {StrContains="Name"}
+ {StrContains="Name"}
Cannot process the <Enum EnumName="{0}" ...> element. {1}