Skip to content

Commit

Permalink
Fix localized error string
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Apr 26, 2019
1 parent 10df1b4 commit 7dda538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ConvertFrom-StringData @'
UsingPath = Using the executable at '{0}' to determine the SQL Server major version.
MajorVersion = The SQL Server major version is '{0}'.
ModifyFirewallRules = Modifying firewall rules for instance '{0}'.
TestFailedAfterSet = Test-TargetResource function returned false when Set-TargetResource function verified the desired state. This indicates that the Set-TargetResource did not correctly set set the desired state, or that the Test-TargetResource does not correctly evaluates the desired state.
TestFailedAfterSet = Test-TargetResource function returned false when Set-TargetResource function verified the desired state. This indicates that the Set-TargetResource did not correctly set set the desired state, or that the function Test-TargetResource does not correctly evaluates the desired state.
EvaluatingFirewallRules = Determines if the firewall rules are in desired state for the instance '{0}'.
InDesiredState = The firewall rules are in desired state.
NotInDesiredState = The firewall rules are not in desired state.
Expand Down

0 comments on commit 7dda538

Please sign in to comment.