From 15b7037df2cb6f992ee6b60c9a68c109a869eedf Mon Sep 17 00:00:00 2001 From: Mark Kraus Date: Fri, 6 Oct 2017 05:01:50 -0500 Subject: [PATCH] Correct comma position in SecureStringCommands.resx The comma and the space needed to be swapped. --- .../resources/SecureStringCommands.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx b/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx index 3f5aa977278..af2242e5828 100644 --- a/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/SecureStringCommands.resx @@ -121,6 +121,6 @@ Enter secret: - The system cannot protect plain text input. To suppress this warning and convert the plain text to a SecureString, reissue the command specifying the Force parameter. For more information ,type: get-help ConvertTo-SecureString. + The system cannot protect plain text input. To suppress this warning and convert the plain text to a SecureString, reissue the command specifying the Force parameter. For more information, type: get-help ConvertTo-SecureString.